UTF8 in get request
mulikaminker opened this issue · 2 comments
mulikaminker commented
For some reason, When I transfer Hebrew characters in get request it came as non-utf8. For example: áÜçÝ.
I add to the header request the line 'content-type': 'application/json; charset=utf-8',
'Accept': 'application/json; charset=utf-8', but it's do nothing.
In a direct get call (from the browser or from postman it's work normal.
webdeb commented
Also an issue for äöüß
matthew-andrews commented
I'm sorry I didn't reply to this … I really doubt this is a problem caused by this library … if someone can make a reduced test case showing otherwise I'll be happy to consider a fix, however.