Compare Chrome extensions: HTTP Trace vs Web Sniffer

Stats HTTP Trace HTTP Trace Web Sniffer Web Sniffer
User count 25,354+ 30,000+
Average rating 3.46 3.86
Rating count 50 35
Last updated 2018-07-05 2018-03-19
Size 150.53K 196.61K
Version 0.5 0.0.0.2
Short description
Tracks all HTTP requests made from the current tab. View all HTTP Requests and Responses sent between the Web browser and the Web server.
Full summary

HTTP Trace is a Chrome version of the LiveHTTPHeaders Firefox plugin. When clicked, it will keep track of all of the HTTP requests/responses from the current tab in a new popup window. This let's you easily see all of the redirects a particular request went through before finally landing on the resulting page.

For every HTTP request, the following information is displayed (can hide):

  • Tab ID, Title [filtered]
  • Request ID
  • Type Request [filtered]
  • Time [filtered]
  • Status [filtered]
  • Method (GET/POST, POST Body) [filtered]
  • Hostname [filtered]
  • URL (GET Params)
  • Headers (Request/Response)