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

The regex did not take into account that spaces around the cookie entries are possible. This fix remedies that by expanding the regex rule in the javascript. Further documentation: https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie

I don't if it is a bug in my client code or this behaviour is by design. When I call my page in a "fresh" browser (all browser data and...

Hi all! I implenemted this outstanding protector in my old AngularJS project, where the requests are mainly ajax requests. Everything is fine, but I always get back 403 Forbidden error...

**Describe the bug** I have a form which is submitted with the JQuery ```$('#form').submit()``` with a target on a different page. When submitting I get a '403 Access Forbidden by...

bug
repro needed

Hi, Running in ie11 I get script errors because of the backticks in the regex. Is this known issue? Thanks

bug
repro needed

How can I integrate the library with codeigniter, I followed the process, but it still returns 403 Access Forbidden by CSRFProtector!

The structure is the following: - index.php - holds the html, redirects to controller.php - controller.php - handles the post request and take care of the uploads then redirects to...

next ver
Up For Grabs

Hello, I'm using CSRF Protector on my web application. It works as it should and I've implemented and performed test successfully. I just have an issue with the file upload...

information-needed
repro needed

Whenever there are multiple tabs open and there are POST requests being executed on both, one of the page faces CSRF validation due to deletion of token assuming that the...

next ver

In this process share different error thrown and what they mean

write up