Forum Discussion

rvijayan0310's avatar
rvijayan0310
New Contributor
3 years ago
Solved

Using Non ASCII character in the request

Hi,

 

We have noticed ready API is converting the NON ASCII char to ?. We are validating some of the chinese char ("password": "a用户@123456") for the password attribute in the rest payload. But when we see in the raw request tab, these chinese char are converted to ? ("password": "a??@123456"). Due which we are not getting the desired output in the response.

 

Pls check and let us know.