ResponseHeader(Text name)
Retrieve information kept in an HTTP header.
Parameters
- name
- The name of the header value to retrieve.
Returns
Text
Remarks
This function can only be used in the Call-URL action or Webhooks.
Examples
Consider the following header:
X-UA-Compatible: IE=edge
Connection: close
Content-Length: 122
Cache-Control: private
Content-Type: text/html; charset=utf-8
Date: Wed, 02 Dec 2020 09:02:17 GMT
Server: Microsoft-IIS/8.5
X-Powered-By: ARR/2.5
ResponseHeader("Server")
returns "Microsoft-IIS/8.5".