Hi, i have created few forms in laravel 5.3, now i am using those forms on another site using IFrame. Those forms works in all browsers except Safari, When i try to submit/post data after filling up forms, i get error "CSRF Token Mismatch", I dont know what the issue here, csrf token is also being created and sent. This is only happening in case of safari browser. The safari version i am using is 5.1.7. i am facing same issue on IPhone as well.
Can someone guide me that how i can get rid of this issue??
Steps To Reproduce:
create a form and then use it via IFrame. after form is submitted, CSRF Token Mismatch error is generated.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community