|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
1200+ fellow developers rate and compare features of the top IDEs, like Visual Studio, Eclipse, RAD, Delphi and others, across 13 categories. Enjoy this FREE Download of the IDE User Satisfaction Study by Evans Data Corporation. Download Now!
|
|
#1
|
||||
|
||||
|
log full, raw http requests
hey chaps,
Does anyone have any ideas on how to go about fully logging full http requests in their raw form? christo
__________________
. Spiration channels: Free scripts, programming tutorials and articles Dotcut alerts: Online Press cuttings / news alerts Clearprop: UK microlight school, wiltshire Uk dating: UK safe dating with Topdates About Christo . . |
|
#2
|
||||
|
||||
|
Quote:
I'm assuming you are talking about Apache here, right? If so, here's what I have (Debian default): Code:
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
CustomLog /var/log/apache/access.log combined
And that %r is the request string, by the way. So a few entries: Quote:
|
|
#3
|
||||
|
||||
|
Thanks Strike it's a start, but it's not just the request string i want - it's the entire https request - Hosts line, the lot along with the entire POST contents
christo |
|
#4
|
|||
|
|||
|
Hmm, after a quick glance I didn't notice one that will do the whole request, but take a gander - http://httpd.apache.org/docs/mod/mo...fig.html#format
|
|
#5
|
||||
|
||||
|
aah - that looks really good. I'll have a play. Thanks dude !
![]() christo |
![]() |
| Viewing: Dev Shed Forums > Operating Systems > Linux Help > log full, raw http requests |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|