Microsoft XML SDK 2.6 - XML Reference

getAllResponseHeaders Method

Retrieves the values of all the HTTP headers.

strValue = oXMLHttpRequest.getAllResponseHeaders()

Return Value

String. Contains the resulting header information.

Remarks

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.

See Also

getResponseHeader Method | setRequestHeader Method

Applies To: XMLHttpRequest Object