Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTTP request debugging: Getting a complete log of all HTTP requests sent by Firefox

What is the easiest way to obtain a complete log of all HTTP/HTTPS requests issued by Firefox during a browser session?

The question is programming related insofar that obtaining a log of all HTTP/HTTPS requests issued is a great troubleshooting tool when developing webapps.

like image 434
knorv Avatar asked Dec 02 '09 18:12

knorv


2 Answers

  • Wireshark is the most complete tool for logging all http activity
  • Fiddler tool might be easier to get started with, and comes with built in HTTPS-decryption
  • TamperData addon for Firebug is a very good addon for changing the requests ad hoc
like image 81
David Hedlund Avatar answered Sep 29 '22 11:09

David Hedlund


Firefox works with Fiddler.

like image 34
Aric TenEyck Avatar answered Sep 29 '22 10:09

Aric TenEyck