matthew-andrews/isomorphic-fetch

UTF8 in get request

mulikaminker opened this issue · 2 comments

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.

Also an issue for äöüß

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.