Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 254
flybywire Avatar asked Mar 12 '09 13:03

flybywire


2 Answers

HttpFox

Excellent for debugging Ajax stuff.

alt text

like image 110
Mark Biek Avatar answered Sep 21 '22 15:09

Mark Biek


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

like image 35
HttpWatchSupport Avatar answered Sep 19 '22 15:09

HttpWatchSupport