Retrieves the values of all the HTTP headers.
strValue = oXMLHttpRequest.getAllResponseHeaders()
String. Contains the resulting header information.
Each header name/value pair is separated by a combination carriage return-linefeed character (vbCrLf in Microsoft® Visual Basic®).
The results of this method are valid only after the send method has been successfully completed.
getResponseHeader Method | setRequestHeader Method
Applies To: XMLHttpRequest Object