graphQL-client-unity icon indicating copy to clipboard operation
graphQL-client-unity copied to clipboard

update HttpHandler to use UTF8 instead of ASCII

Open dlorddd opened this issue 4 years ago • 0 comments

I would propose a change to the HttpHandler to use UTF8 instead of ASCII for the data posting. We used this library for a login system and we noticed that when using Umlauts the login would fail. Switching from ASCII to UTF8 fixes this behavior.

dlorddd avatar Nov 27 '21 15:11 dlorddd