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
