IDEA Rest Client garbled problem

the server cannot modify anything. Send the request with IDEA Rest Client and get the Response garbled code. The actual content of the garbled code is "illegal request". By testing the coding, it is found that it is decoded in Windows-1252. How to modify, Rest Client to decode in UTF-8

Mar.25,2021
Add "- Dfile.encoding=UTF-8" to the last line in

idea64.exe.vmoptions file


ask the problem master to solve


wonder why Rest Client decodes it with Windows-1252, instead of returning Windows-1252?.
/ / Update
see the statement of some big shot
change the empty selected in requestBody to text, and you don't need to fill in anything in it

clipboard.png

in addition, you can use Firefox's RESTClient plug-in
or chrome's postman plug-in to try your own operation

Menu