Forum Discussion

AlekseiKlimkin's avatar
AlekseiKlimkin
Occasional Contributor
9 years ago
Solved

Cyrillic alphabet characters in JSON response

Hi Everyone,

I am wondering how to get a JSON response with Cyrillic characters in SoapUI.

 

If I set Content-Type "application/json; charset=utf-8" in the request headers that does not work and in the headers of the response I see just "application/json", and hence the cyrillic alphabet isn't recognized.

 

In my mock service I set the response Content-Type to be "application/json; charset=windows-1251" and it works just fine.

However, that doesn't work for the requests.

 

Thanks in advance.