Question:Which information is return by getResponseHeader method?
Answer
The getResponseHeader method is used to get only data for a specific header, the “Last-Modified” header, like this:
XMLHttpRequestObject.getResponseHeader(“Last-Modified”)
+ Report
Which information is return by getResponseHeader method?