-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get API calls redirected - don't want to exclude #240
Comments
I see - three letters is interpreted as a language tag. One fix would be to replace the use of "api" in the application. |
Instead of localizing the api urls, have you considered using the Content-Language HTTP header to specify the language for api calls? Otherwise, can you re-specify the question. |
Hi, I might do that. Right now it's just a POC. For testing purposes I modified Thanks
|
https://site.com/api/blog is redirected to https://site.com/blog. It's identifying "api" is a language tag.
I read 215 but I don't want to exclude the url from redirection. I want to localize the url - https://site.com/fr/api/blog.
The text was updated successfully, but these errors were encountered: