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

PUT and DELETE requests, where urls are in verifyGetFor

Open molnargabor opened this issue 4 years ago • 0 comments

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!

molnargabor avatar Dec 23 '20 15:12 molnargabor