getUrl got "internal exception" return.

getUrl got "internal exception" return.

The following code 
  1.     url = "https://xxxxx.weclapp.com/webapp/api/v1";
  2.     header = map();
  3.     header.put("AuthenticationToken", "xxxxxxxx-xxxx-xxx-xxx-xxxxxxxxxxxxx");
  4.     response = getUrl(url, header,false);
  5.     info response;
  6.     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.