CSRF-Protector-PHP
CSRF-Protector-PHP copied to clipboard
CSRF Protector library: standalone library for CSRF mitigation
JS Code needs unit / functional test - [ ] Choose framework - [ ] Add tests - [ ] Add support for CI
JS Request: $(document).ready(function(){ // ajax call var postUrl = 'getData.php'; var items = []; var item = { strReleaseName : 'test' }; items.push(item); var sortorder = { items : items...
I have a case where modal dialog with form is opened on button click. Form is loaded via ajax, as settings per item may vary. If I use csrf protector...
This is the new issue you told me to create from issue #57. If I have an Ajax request that is supposed to start as soon as the page loads,...
i try to implement this on my CI project but alwas get those 403 error code. here my setup. 1. I already install it on vendor 2. Put the on...
``` Fatal error: f_xdebug_get_headers is not implemented yet. in /home/travis/build/mebjas/CSRF-Protector-PHP/test/csrfprotector_test.php on line 28 The command "phpunit --stderr --coverage-clover build/logs/clover.xml" exited with 255. ``` Error in travis-ci - https://travis-ci.org/mebjas/CSRF-Protector-PHP/jobs/221225373
Hi, This library doesn't work with IE-8, i have also tried code at the following branch but with no luck. My webpages have some ajax on them, following errors are...
There was a request at OWASP conference to support stateless architecture where servers could be behind a load balancer. In such case a common session storage might not be available;...
I just deployed this to our production server and it is working great for Chrome, Firefox, and Safari but we are reporting issues in IE 11 on government computers. Is...
Hi, I have a form: ``` Register Full Name* Please enter your name Email Address* Please enter your email Sign up ``` What this form do is try to validate...