logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: How to Monitor all HTTP (Request + Response) data?
Author
quantass



Joined: 09 Oct 2007
Posts: 3

PostPosted: Thu 04 Mar '10 20:37    Post subject: How to Monitor all HTTP (Request + Response) data? Reply with quote

I have the latest Apache Web Server installed on my Windows 7 OS. What free / commercial application can i use to monitor all HTTP incoming requests (header, data) and the corresponding outgoing response (header, data) ? I'm also OK with just monitoring the header information.

Thanks.
Back to top
black_harry



Joined: 22 Feb 2010
Posts: 15
Location: Germany, Stuttgart

PostPosted: Thu 04 Mar '10 21:45    Post subject: Reply with quote

For Windows I would recommend "wfetch.exe" from Microsoft.
This is a http-client that shows complete in/out traffic.
-> google for wfetch, the first entry should be the correct one.
Back to top
quantass



Joined: 09 Oct 2007
Posts: 3

PostPosted: Thu 04 Mar '10 22:43    Post subject: Reply with quote

Thank you black_harry. I actually have an app that is making an HTTP request to the Apache server. I would like to have some tool that would sit between and report the incoming and outgoing traffic. Wfetch appears to be just a client as opposed to a middle man tool.
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Sun 07 Mar '10 7:14    Post subject: Reply with quote

It's not 100% what your looking for but check out mod_log_forensic
http://httpd.apache.org/docs/2.2/mod/mod_log_forensic.html
Back to top
McGyver



Joined: 14 Jan 2010
Posts: 4
Location: Athens, Greece

PostPosted: Mon 08 Mar '10 8:12    Post subject: Reply with quote

You could also checkout TrivialProxy.
http://www.xrayapp.com/trivialproxy/
Back to top
bentogoa



Joined: 09 Feb 2007
Posts: 66
Location: GOA

PostPosted: Mon 08 Mar '10 17:34    Post subject: Reply with quote

@quantass

1) install Microsoft Network Monitor Driver
2) Install http://www.nirsoft.net/utils/smsniff.html
Back to top


Reply to topic   Topic: How to Monitor all HTTP (Request + Response) data? View previous topic :: View next topic
Post new topic   Forum Index -> Apache