How access the HTTP Headers in Windows Phone using WinJS.xhr? -
i'm trying access http headers after using winjs.xhr.
i can headers using .getallresponseheaders function. receive 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 can headers?
this answer answered here: get http-only cookie windows 8 js app
needed several headers that:
the system handles cookies automatically
Comments
Post a Comment