Cybersecurity
DevOps Cloud
IT Operations Cloud
Q:If there are double-byte characters in UTF-8 encoding format in web_rest's Body ,the Request Body sent to the web appears garbled.Any solution?
A:Please find the solution in KM000031306.
Another workaround is that using BodyFilePath instead of Body:
E.g.:
Save the Request Body into Requestbody.json file
In web_rest() function:
1) remove line "Body=[Request Body]"
2) add line "BodyFilePath=<json file PATH>\\Requestbody.json”