getAllResponseHeaders - method of the HttpRequest object
Description:
Reads the values of all the HTTP request headers.
Syntax:
String getAllResponseHeaders()
Example:
JavaScriptVBScriptSelect and copy to clipboard
sHeaders = oReq.getAllResponseHeaders();
sHeaders = oReq.getAllResponseHeaders()