You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the website it completely fine, great job.
But for stateless API I see 2 issues:
it tries to detect locale which potentially could lead to unexpected behaviour with locale dependent output
sets client cookie with detected locale
Most preferable way would be to conditionally disable listener for specific routes or so, and use guesser manually, eg QueryLocaleGuesser, to fetch locale regarding to API specs.
The text was updated successfully, but these errors were encountered:
I've noticed one limitation during developing REST API for the project.
Default configuration is:
For the website it completely fine, great job.
But for stateless API I see 2 issues:
Most preferable way would be to conditionally disable listener for specific routes or so, and use guesser manually, eg
QueryLocaleGuesser
, to fetch locale regarding to API specs.The text was updated successfully, but these errors were encountered: