vote up -1 vote down star

I need to track the http request and http response to verify the content security what is the HTTP tracking tool.

I am using ASP.net in my applications. Please suggest me some free tool

Thanks

flag

70% accept rate
I'm not sure why people are down voting this, perhaps because it is poorly tagged. Its a pity down voting is easy but commenting takes effort. Try adding the http tag and perhaps the OS and browser you are specifically using. Remove the asp.net tag. – AnthonyWJones Sep 30 '08 at 9:20
My guess: poor English, poor tagging, unclear question. Doesn't really matter; the crowd is the judge. – bzlm Sep 30 '08 at 12:36

closed as too localized by balaweblog Oct 17 '08 at 10:42

3 Answers

vote up 2 vote down check

Fiddler for Windows. Works with all browsers.

link|flag
vote up 0 vote down

Firefox with the "Firebug" and "Live HTTP Headers" plugins

link|flag
vote up 0 vote down

Are you thinking of Fiddler? That allows you to monitor WinHTTP requests. However if you are looking for security information, ASP.net has a ton of contextual information when you process a request.

link|flag

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