CSRF-Protector-PHP
CSRF-Protector-PHP copied to clipboard
CSRF Protector library: standalone library for CSRF mitigation
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...
Hi, Running in ie11 I get script errors because of the backticks in the regex. Is this known issue? Thanks
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...
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...
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...
In this process share different error thrown and what they mean