Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I need some tool to view HTTP requests

It's probably some browser extension or a proxy.

For example, I open google.com, and type something and press 'Search'. And I want to see all params of http-request (like, method, domain, params etc).

like image 513
Roman Avatar asked Dec 11 '09 13:12

Roman


2 Answers

Fiddler2

It will show all the HTTP requests leaving your computer. Covering all the browsers, and all the other applications.

like image 198
Ivan Krechetov Avatar answered Oct 15 '22 19:10

Ivan Krechetov


If you're using Firefox, HttpFox is excellent for this. Can inspect all GET/POST content, headers etc.

like image 43
Richard H Avatar answered Oct 15 '22 19:10

Richard H