Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the complete list of response headers.
Syntax
retVal = object.getAllResponseHeaders();
Parameters
This method has no parameters.
Standards information
- XMLHttpRequest, Section 3.7.4
Remarks
IHTMLXMLHttpRequest::getAllResponseHeaders was introduced in Windows Internet Explorer 7.
Each name/value pair is delimited by a carriage return/line feed (CR/LF) sequence.