Closed antonionavarro04 closed 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.
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.