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: