Anyway, the script only spits out the request, I don't have the syntax write for the other parts of the http 1.1 header. Does any one know where I would find such stuff? Such as accept: text/html, text/plain, image/gif, etc...
Preferably, the info would also have stuff on how each browser sends out a the head part of the request.
+++GET 1+++
GET /forum5/875.htm HTTP/1.0
User-Agent: Opera/5.5 (Windows 98; U) [en]
Host: www.webmasterworld.com
Accept: text/html, image/png, image/jpeg, image/gif, image/x-xbitmap, */*
Accept-Language: en
Accept-Charset: iso-8859-1,utf-8...
Referer: [webmasterworld.com...]
Cookie: lastvisitinfo=21-1003703433%2613-1003703433%2623-...
Cookie2: $Version="1"
+++RESP 1+++
HTTP/1.1 200 OK
Date: Tue, 23 Oct 2001 06:00:53 GMT
Server: Apache/1.3.4 (Unix)
Connection: close
Content-Type: text/html
+++CLOSE 1+++