Issue SOQL Query SELECT to Salesforce with REST-API Error 400 occurs when Japanese is specified in where Language is Java
Works fine on Workbench
By encoding Japanese with the following, it works normally
wkStr = URLEncoder.encode(wkStr, "UTF-8");
Recommended Posts