Internal Server Error for a Get Request as a service
Greetings,
I am not able to do a simple GetJSON "Content Loader Function" for a service.
It shows
Input:
var params = {
url: "https://<Domain>/<call>",
};
var result = Resources["ContentLoaderFunctions"].LoadJSON(params);
Output was marked as a JSON output.
OutPut:
Error executing service <servicename> : Message :: <RequestedDomain> - See Script Error Log for more details.
When I ping the same url in a browser I am able to get a JSON reply with Status Code 200
But when I try the same with thingworx service it is showing Status Code 500 in the inspect Window
Anyhelp on this would be very much appreciated..
Thank you
Regards
Viswa

