Does it have a _token field?
Apr 29, 2015
4
Level 6
TokenMismatchException
I am learning Laravel 5. I created a page with post request. The page has few fields for data input and a submit button. This page is hosted on server A. There is another server, server B which hosts another site. I have embeded post request page from server A website into server B website using an iframe. Though most of the time post request works fine; it fails sometimes. When I checked error log, it showed me TokenMismatchException error. Is this because of cross site request forgery?
exception 'Illuminate\Session\TokenMismatchException' in /var/www/TenantPortal/storage/framework/compiled.php:1626
Level 88
The iframe is loading a view from another site so basically it's another site!
Please or to participate in this conversation.