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.
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"

Reply via email to