What's the problem ?
I am facing Token Mismatch issue when accessing the site in IFrame in Internet Explorer.
What I tried so far ?
I search for the resolution and found this link
Below is the code that I found in the above link
App::after(function ($request,$response){
if($request->is('external/*')){
// IE iframe cookie fix
$response->header('P3P',
'CP="IDC DSP COR ADM DEVi TAIi PSA PSD IVAi IVDi CONi HIS OUR IND CNT"');
}
});
What's the question ?
Where should I write the above code in Laravel 5.2 ?
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire