vote up 0 vote down star

I am having problems getting ALL of the information that is downloaded to a browser. For example, I want a plugin, ideally a firefox plugin to download the HTML content and monitor when I get a 302 redirect, and all header information.

So far, use Live HTTP Headers and Firebug. Both are fine.

With Live HTTP headers, I can't monitor the data that is downloaded (e.g. the html data) Firebug is worse, because I can't monitor the headers and I can't monitor the full requests. For example, Firebug won't show you all of the content that is downloaded, just the last set of requests. E.g. redirects will clear the Firebug net monitoring.

I am on win32

flag

73% accept rate

3 Answers

vote up 1 vote down check

Try Tamper data firefox add-on, an extension to track and modify http/https requests.

You can find a nice tutorial here.

Firebug + Tamper Data is the best couple of firefox tools I cannot live without.

link|flag
Perfect solution. Thanks a lot. It does have a bug though. It doesn't download the content for javascript client side redirects. E.g. I get a -1 error for body onload=document.location=url.com It won't download that content. But that is OK. – Berlin Brown Oct 30 at 17:49
vote up 0 vote down

While not a firefox plugin, Ethereal is great. Start it up and do your browsing as usual.

link|flag
vote up 1 vote down

Have you looked at Fiddler?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.