teepluss / laravel-hmvc

HMVC is a tool for making internal request.
76 stars 20 forks source link

Html meta fallback message displayed #17

Closed Propaganistas closed 8 years ago

Propaganistas commented 9 years ago

Hi

When using your package to perform a redirect the HTML meta fallback message is being displayed: (https://github.com/symfony/HttpFoundation/blob/master/RedirectResponse.php#L89)

Using Laravel's default redirect() method this message is not displayed (which is normal behavior).

Any thoughts on this? I'd like to not have the message displayed...

Thanks