On 2004.06.26, Steve <[EMAIL PROTECTED]> wrote:
> telnet steve.festinalente.co.uk 8000
> Trying 192.168.1.2...
> Connected to steve.festinalente.co.uk (192.168.1.2).
> Escape character is '^]'.
> GET / HTTP/1.0
The browser is also going to send a Host: header, which you aren't in
your telnet example. Try sending:
GET / HTTP/1.0
Host: steve.festinalente.co.uk:8000
<blank line>
-- Dossy
--
Dossy Shiobara mail: [EMAIL PROTECTED]
Panoptic Computer Network web: http://www.panoptic.com/
"He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on." (p. 70)
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to <[EMAIL PROTECTED]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject: field of
your email blank.