codezero-be / laravel-localized-routes

⭐️ A convenient way to set up and use localized routes in a Laravel app.
MIT License
504 stars 46 forks source link

add Vary Accept-Language header on fallback controller #108

Closed juliangarcess closed 7 months ago

juliangarcess commented 7 months ago

Added the Vary Accept-Language header on the fallback controller to indicate te browser why we do the redirection

ivanvermeyen commented 7 months ago

Thanks for the PR. Did some reading on this on Stack Overflow and learned something new today ;)

juliangarcess commented 7 months ago

:)