|
|
| Ollie Riches 2005-09-13, 6:02 pm |
| I am looking for a tool like Fiddler that will allow me to debug (view) HTTP
requests as they come into the web server (iis 6.0) can anyone recommend
one?
Cheers
Ollie Riches
| |
| George 2005-09-13, 6:02 pm |
| 1. IIS supports logging.
Turn it on using managment console.
2. On a server it's usually your application. You can log from there anything you want.
Request.ServerVariables["ALL_RAW"] i belive will give you the header.
George.
"Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message news:OVAHsKHuFHA.908@tk2msftngp13.phx.gbl...
I am looking for a tool like Fiddler that will allow me to debug (view) HTTP
requests as they come into the web server (iis 6.0) can anyone recommend
one?
Cheers
Ollie Riches
| |
| Siva M 2005-09-13, 6:02 pm |
| You can try ieHTTPHeaders too. It is an IE explorer bar:
http://www.blunck.info/iehttpheaders.html
"Ollie Riches" <ollie.riches@phoneanalyser.net> wrote in message
news:OVAHsKHuFHA.908@tk2msftngp13.phx.gbl...
I am looking for a tool like Fiddler that will allow me to debug (view) HTTP
requests as they come into the web server (iis 6.0) can anyone recommend
one?
Cheers
Ollie Riches
| |
| Kristofer Gafvert [MVP] 2005-09-13, 6:02 pm |
| There is a list of HTTP Inspection tools here:
http://www.port80software.com/200ok.../06/15/606.aspx
--
Regards,
Kristofer Gafvert (IIS MVP)
http://www.gafvert.info/iis/ - IIS Related Info
Ollie Riches wrote:
>I am looking for a tool like Fiddler that will allow me to debug (view)
>HTTP requests as they come into the web server (iis 6.0) can anyone
>recommend one?
>
>Cheers
>
>Ollie Riches
|
|
|
|