Hi all,
I was wondering if there is any specification or discussion on allowing JavaScript to access the HTTP headers in the response sent from the server.
It seems you can do this by sending a separate head request with XMLHttpRequest, however that means making another trip to the server.
If the server sends back arbitrary HTTP headers there seems to be no way of reading these.
Thoughts?
TIA