Goal
I'm trying to do a redirect with body in Laravel
I've tried
return Redirect::to($log_in_url)->with('body','<html><head><title>Redirecting to your page</title></head><body>If you are not redirected within 5 seconds, please <a href="'.$log_in_url.'">cl ick here</a>.</body></html>');
I look in the network tab, I don't really see anything.
Question
How would one go about and achieve something like this?
Should I start looking into alternative tools like cURL?
I'm open to any suggestions at this moment.
Any hints/suggestions / helps on this be will be much appreciated!
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire