I'm trying to access the HTTP Headers after using a WinJS.xhr.
I can get some headers using .getAllResponseHeaders function. But I receive only a few headers:
- Date: Fri, 15 Jan 2016 20:35:44 GMT
- Server: Apache-Coyote/1.1
- X-Backside-Transport: OK OK
- Content-Type: application/json
- X-Global-Transaction-ID: 4132445
- Transfer-Encoding: chunked
How I can get ALL the headers?