Hi all,
I am trying to make a GET request with form data to an endpoint. All is working fine, the request reaches the server. However, the contents of a from are in Russian. The server needs to get the data in UTF-8 encoding. In the request, I can set a ‘charset’ field, where to state the incoming encoding, so that the server could convert it to UTF-8. I tried setting Windows-1251, but no luck. If the fields of the form are filled in Russian I always end up with that “%u041E%u0431%u0443%u0447%” kind of thing. If in English, all is well.
I could post the code, but I am not sure it would help. All is working, is just the encoding by fetch() or Wix in general that is unknown. But, I can post the code if you think it would help. Thanks!