Laravel 5.5 CSRF Page Expired after Installing SSL certificate - development

Laravel 5.5 CSRF Page Expired after Installing SSL certificate

I’m using Laravel 5.5. Everything was working fine until I installed SSL on my website.
Now Forms are not working properly. I have CSRF function inside my forms But after submitting form it says:
The page has expired due to inactivity.
Please refresh and try again.
The weird thing is that Search form which is located in the header works fine. But forms in website pages are not working.

Any idea?
UPDATE: Search form in the header is using GET method. That’s why its working!



from Laravel Questions and Answers https://laravelquestions.com/php/laravel-5-5-csrf-page-expired-after-installing-ssl-certificate/
via Lzo Media

Comments

Popular posts from this blog

ng-show doesn’t work correct with value boolean

Using PHP and MySQL data to generate PDF letters like in MS Word mailmerge functionality - development

ng-include of inline SVG does not display gradient except in Chrome