XSRF token always retuning invalid on front-end
nathanhornby opened this issue · 2 comments
nathanhornby commented
Maybe I'm not using it correctly - but a form I'm working on has started failing on every submit:
<filter name="xsrf" status="failed">Request was rejected for having an invalid cross-site request forgery token.</filter>
Does it have something to do with me being logged into the backend?
brendo commented
Do you have any more details? Are you still facing this issue?
nathanhornby commented
Hi @brendo - unfortunately I'm not even sure on what site I was seeing this issue on - but if memory serves me correctly this issue cropped up when I turned on the XSRF filter on an event - the form never validated as XSRF always failed. I will be in a position to test this again, possibly today, so will report back!