Hello,
Blade forms automatically generate a CSRF token. How do I disable it?
The reason why I want to disable it is because each time I refresh the page with F5, the Confirm Form Resubmission thing pops out. I think the CRLS token is the cause.
Thank you
CSRF token is probably not the cause of this.
If you post to a certain page you should do a redirect when you are done with your code to make sure you do not get the "Confirm Form Resubmission". Refresh is making you post your information again.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community