I'm running Windows Vista home premium. I want to see all outgoing HTTP requests from my PC along with the URL. Is there any free tool for this?

link|improve this question
The first answer below from @Mikey is correct, if your need for "http requests" is accurate. Do you want to see the content of each request, or do you just want to monitor web usage? – Paul Nov 14 '11 at 7:36
Request URL is enough but response content is better to have. – Moe Sweet Nov 14 '11 at 7:41
1  
Cool, then the answer given is good to go. – Paul Nov 14 '11 at 9:22
feedback

migrated from serverfault.com Nov 14 '11 at 2:33

This question came from our site for system administrators and desktop support professionals.

2 Answers

up vote 4 down vote accepted

You can use http://www.wireshark.org/

The user guide can be found at http://www.wireshark.org/docs/wsug_html/

To filter http traffic specifically you can refer to; http://serverfault.com/questions/96272/how-to-filter-http-traffic-in-wireshark

link|improve this answer
wireshark is the absolute best for monitoring – Fergus Nov 14 '11 at 21:30
feedback

You could use the command prompt by typing the command netstat /f. This will show you a list of the connections to your local interface. The /f tells the command to resolve the external ip addresses as well.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.