The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
getAllResponseHeaders method
Returns the complete list of response headers.
Syntax
var retval = XMLHttpRequest.getAllResponseHeaders();Parameters
This method has no parameters.
Return value
Type: String
String that receives the response headers.
Standards information
- XMLHttpRequest, Section 3.7.4
Remarks
getAllResponseHeaders was introduced in Windows Internet Explorer 7.
Each name/value pair is delimited by a carriage return/line feed (CR/LF) sequence.
See also
Show: