Compare Chrome extensions: HTTP Trace vs Postman Interceptor

Stats HTTP Trace HTTP Trace Postman Interceptor Postman Interceptor
User count 25,354+ 800,000+
Average rating 3.46 4.32
Rating count 50 945
Last updated 2018-07-05 2024-01-05
Size 150.53K 470.02K
Version 0.5 3.0.5
Short description
Tracks all HTTP requests made from the current tab. Capture requests from any website and send them to Postman Client.
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.

Postman Interceptor helps you send requests which use browser cookies through the Postman app. It can also send headers which are normally restricted by Chrome but are critical for testing APIs. The Interceptor makes this process painless. Something that would have required a proxy earlier can now be achieved without any installation steps or extra configuration.