You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Test post request contain chinese characters in OKHttp: {"source":"高德地图","content":"https://surl.amap.com/1PoSAsa1l4Ud","deviceId":"123456"}
inner OKHttp,body will be translated to utf-8 format bytes: Charset charset = Util.UTF_8; byte[] bytes = content.getBytes(charset);
Custom filter in apisix-java-plugin-runner, get request body: {"source":"�德��","content":"https://surl.amap.com/1PoSAsa1l4Ud","deviceId":"123456"}