Yes, encode them in UTF-8 and then URL-encode that with the usual %xx format.
On Thu, Oct 30, 2014 at 9:21 AM, Kai Liu <[email protected]> wrote: > Dear all, > > I am wondering if there is a way to pass Chinese characters: > > 1) using Get Request like this: > > > http://localhost:8080/rest/getPolicy?userName=user&policyName=CHINESECHARACTERS > > 2) using Post Request: > can I do something like this: > > > http://localhost:8080/rest/setPolicy?userName=user&policyName=CHINESECHARACTERS > > then post a JSON file. > > I tried the first one but failed. Do you have suggestions? > > Thanks and best regards, > > Kai Liu >
