> or: How to. Can anyone point me to a faq or somthing.
The http spec is your best source for this sort of info:
<URL:http://www.ics.uci.edu/pub/ietf/http/>
> > telnet thishost 80
> connection complete [...]
> GET thispath/thispage.html HTTP//
telnet foobar.com 80
GET /path/name.html HTTP/1.0
[Any other header lines you'd like to provide]
[blank line]
-PSP