LRMK wrote: >Thanks it solved my problem >I read a HTTP request from my browser (IE 6) >using a small program which listens to port 80 >i got this > >GET /perl/lib/Pod/perlfunc.html HTTP/1.1 >Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, >application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */* >Accept-Language: en-us >Accept-Encoding: gzip, deflate >If-Modified-Since: Mon, 02 Dec 2002 15:45:13 GMT; length=326978 >User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) >Host: www.lrmk.dynu.com >Connection: Keep-Alive > > >I like to know what exactly each of these lines means >
HTTP/1.1 rfc: http://www.ietf.org/rfc/rfc2616.txt HTTP/1.0 rfc: http://www.ietf.org/rfc/rfc1945.txt -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]