I want to get a cookie from http request header not set http request header using javascript. I've found many answer about getting http response header. But none of it mentioned about a request header. Anyway can I get it?
Asked
Active
Viewed 42 times
0
-
which header? in general, there's only headers you set, so you should know what you're setting anyway... in short: no, but you shouldn't need one anyway. – dandavis Apr 18 '16 at 06:05
-
*When* and why do you want to do this? With `XMLHttpRequest`? Pretty sure there's no accessor for *request* headers. – T.J. Crowder Apr 18 '16 at 06:07
-
2http://stackoverflow.com/questions/220149/how-do-i-access-the-http-request-header-fields-via-javascript – Fidel90 Apr 18 '16 at 06:19