AdobeStock_455007340

Accessing Response Headers

Home » Accessing Response Headers

requests return HTTP data as well as HTTP response headers. To access returned response headers use CFHTTP.ResponseHeader, this is a CFML structure with the header name as the key. (Applies to: ColdFusion 5 or later)

Leave a Reply