CSRF-Protector-PHP icon indicating copy to clipboard operation
CSRF-Protector-PHP copied to clipboard

CSRF Protector library: standalone library for CSRF mitigation

Results 44 CSRF-Protector-PHP issues
Sort by recently updated
recently updated
newest added

JS Code needs unit / functional test - [ ] Choose framework - [ ] Add tests - [ ] Add support for CI

testing
JS
Up For Grabs

JS Request: $(document).ready(function(){ // ajax call var postUrl = 'getData.php'; var items = []; var item = { strReleaseName : 'test' }; items.push(item); var sortorder = { items : items...

next ver

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...

next ver

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,...

enhancement
Workaround exists
JS

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...

bug
help wanted
todo
repro needed
Up For Grabs

``` 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

todo
Up For Grabs

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...

IE Issue
JS
Up For Grabs

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;...

enhancement
Up For Grabs

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...

bug
next ver
workaround_provided
IE Issue
JS

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...

todo
repro needed