antonionavarro04 / Spotify-Gold-API

0 stars 0 forks source link

Issue sending non latin-1 things onto a http, this is causing several issues #16

Closed antonionavarro04 closed 10 months ago

antonionavarro04 commented 10 months ago

Resolved, problem was that the header of an http response cannot contain non latin-1 characters. I solved this by sending the json encoded by double slashes "\ua1au" for example and then decoding it manually with a converter.

image