Flexerian
6 years agoContributor
http.client.request error unexpected execution exception
Hi
I'm using the following to make an http request (endpoints)
<#assign response = http.client.request("<a href="https://domain.com/?action=list_items").get()/" target="_blank">https://domain.com/?action=list_items").get()/</a>>
<#if response.hasError>
${response.error.message}
</#if>
domain.com is in the approved domain list and hitting the url returns the expected json.
The error when testing it is "unexpected execution exception" . It was working earlier with no changes, this is a staging environment.
Any help appreciated it.