You guys are fabolous! I'm learning here!!!!!
Joshua Slive <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED] 20/12/2005 18:10
|
|
On 12/20/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 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.