-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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());Metadata
Metadata
Assignees
Labels
No labels