Question
Error making a REST API call from Thingworx - Illegal Character
Hi All,
I am creating a service within a "Thing" and the service tries to get data from a REST API endpoint. I am using "ContentLoaderFunctions" (GetJSON) to send the GET request to the endpoint. It works well, when the URL doesn't have any special characters.
But it throws an error "llegal character in query at index 57: https://myserver/webapi/resource?path=myparameter"
As anyone faced this issue? Is there any function available to encode the URL ?
Regards,
Jaison Rodrigues

