http.client FreeMarker Context Object is returning the error "html found in response"
Hi, We are trying to get HTML/XML data from thirdparty API by using http.client FreeMarker Context Object. E.X.: <#assign response = http.client.request(API).header("Authorization", token).body...