Hello.
I have build a site using ajax, so some of the pages are called with a ajax request. But with every ajax requst, the CSRF changes, so if I have a form, and a ajax request is called after, the csrf changes? How can I prevent this?
My csrf works on pages where there is none ajax request.
Thanks!