2

Possible Duplicates:
Accessing HTTP Headers in Javascript?
How do I access the HTTP request header fields via JavaScript?

We can use httpwatch on IE or httpfox on Firefox to monitor http activity

If i don't want to use any plugs on browser...

Is it possible to monitor http request header on a page just by javascript?

1

2 Answers 2

1

No, the JavaScript standard doesn't specify any way to access HTTP headers.

Sign up to request clarification or add additional context in comments.

Comments

1

Javascript only runs inside of a webpage. It can't access things like the http headers overall.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.