telnet ... 80
GET http://fullsitename/ HTTP/1.1

Full URL is only valid for proxies. What you want to do is:

GET / HTTP/1.0
Host: fullsitename
<empty line>

tested on most sites - ALL three ways do work. Of course yours are proper.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[email protected]"

Reply via email to