flybywire
flybywire

Reputation: 273432

firefox plugin that records traffic

Do you know of a firefox plugin that records the http traffic I generate while browsing?

I would like something like firebug's net tab but it should not "restart" every time I click a new link.

Upvotes: 7

Views: 5822

Answers (2)

HttpWatchSupport
HttpWatchSupport

Reputation: 2844

You could also try the HttpWatch plugin for Firefox. It shows time charts like Firebug and groups requests by page as you click on different links:

HttpWatch Page Grouping
(source: httpwatch.com)

There's a free and commercial edition. The free edition only displays detailed information for a limited number of well known sites (e.g. microsoft.com, google.com, etc).

You can find out more about HttpWatch on our web site:

http://www.httpwatch.com/

DISCLAIMER: This answer was posted by Simtec Limited the company behind HttpWatch

Upvotes: 4

Mark Biek
Mark Biek

Reputation: 150729

HttpFox

Excellent for debugging Ajax stuff.

alt text

Upvotes: 10

Related Questions