We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I need the Accept-language set in the POST and GET as the texts returned by the open311 endpoint depends on the language in our case.
For now I have created a small hack, but it is Android specific as it tries to detect the system locale.
httpGet.setHeader(ACCEPT_LANGUAGE, Locale.getDefault().toString());
The text was updated successfully, but these errors were encountered:
IIUC, you'd need basically the same but without Android specific code. Is that correct?
Sorry, something went wrong.
Exactly.
I will look into this next week.
Milo,
would it be possible to get the endpoint you are using to make some basic manual tests to check the change works?
Thanks
SantiMunin
No branches or pull requests
I need the Accept-language set in the POST and GET as the texts returned by the open311 endpoint depends on the language in our case.
For now I have created a small hack, but it is Android specific as it tries to detect the system locale.
The text was updated successfully, but these errors were encountered: