0

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?

Gabrielizalo
  • 896
  • 1
  • 17
  • 29

1 Answers1

0

This answer already was answered here: Get HTTP-only cookie from Windows 8 JS App
I needed several headers that:

the system handles the cookies automatically

Community
  • 1
  • 1
Gabrielizalo
  • 896
  • 1
  • 17
  • 29