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] Joshua.