Joshua Slive <joshua@xxxxxxxx> Sent by: jslive@xxxxxxxxx
20/12/2005 18:10
Please respond to
users@xxxxxxxxxxxxxxxx
To
users@xxxxxxxxxxxxxxxx
cc
Subject
Re: [users@httpd] reverse
proxy with cache ...
On 12/20/05, Wim.Van.Leuven@xxxxxx <Wim.Van.Leuven@xxxxxx>
wrote:
>
> And how can I analyze this HTTP traffic?
Lots of ways to do that. If the URLs are public you can search google
for "http header viewer". If not, firefox has a "live
http headers"
extension or the "web developer extension" that will do it. Or
you
can hand-construct a request over telnet:
telnet yoursite 80
GET / HTTP/1.1
Host: yoursite
[enter][enter]