CSRF-Protector-PHP
CSRF-Protector-PHP copied to clipboard
PUT and DELETE requests, where urls are in verifyGetFor
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 when I try to call the URL, set in verifyGetFor array. Even though the token is sent in header and cookie as well.
Has anyone faced the same problem?
Thank you!