getUrl got "internal exception" return.
The following code
- url = "https://xxxxx.weclapp.com/webapp/api/v1";
- header = map();
- header.put("AuthenticationToken", "xxxxxxxx-xxxx-xxx-xxx-xxxxxxxxxxxxx");
- response = getUrl(url, header,false);
- info response;
- return;
delivers the following result
{"responseText":"internal exception","responseCode":"-1"}
It does work with postman.
Has anybody a clue what could be the problem and how to do the troubleshooting?
Thanks in advance.