AndroidAsync
AndroidAsync copied to clipboard
POST request passed in JSON with Chinese garbled
requestHeader has configured Content-Type: "application/json;charset=utf-8", the strange thing is that I found that you did not use the character encoding set configured in the request header, but used ASCII

I also had this question, chinese is error code
I have found a simple solution, you can modify the static character encoding set by reflection when starting the server.
@ICLXL You are a genius. This solution is work. Thank you.