3 out of 5 rated this helpful - Rate this topic

getAllResponseHeaders method

[This documentation is preliminary and is subject to change.]

Returns the complete list of response headers.

Syntax

var retval = XMLHttpRequest.getAllResponseHeaders();

Standards information

Parameters

This method has no parameters.

Return value

Type: String

String that receives the response headers.

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

XMLHttpRequest
getResponseHeader

 

 

Build date: 2/14/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ