graphQL-client-unity
graphQL-client-unity copied to clipboard
update HttpHandler to use UTF8 instead of ASCII
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.