0

Of course I can set headers when issuing requests programmatically, i.e. for Ajax calls.

But is there a way to let the browser do its thing and access the request headers for resources in a document, similar to timing information provided by the Resource Timing API?

I'd like to know the complete set of headers the browser used when requesting the document and its resources.

awendt
  • 13,195
  • 5
  • 48
  • 66
  • document.lastModified echos the most useful one, document.contentType is usually of minimal help... – dandavis Oct 30 '14 at 07:45
  • @dandavis I believe this is what the server returned. I'd like to know the complete set of headers the browser used when requesting the document and its resources. – awendt Oct 30 '14 at 07:48

0 Answers0