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
|
|
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
|
||||
|
closed as too localized by balaweblog Oct 17 '08 at 10:42 |
|
|
Fiddler for Windows. Works with all browsers. |
||
|
|
|
|
Firefox with the "Firebug" and "Live HTTP Headers" plugins |
||
|
|
|
|
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. |
||
|
|