[6659] in www-talk@info.cern.ch
Re:
daemon@ATHENA.MIT.EDU (Chris Lilley, Computer Graphics Un)
Wed Nov 16 13:49:29 1994
Date: Wed, 16 Nov 1994 19:15:03 +0100
Errors-To: listmaster@www0.cern.ch
Reply-To: lilley@v5.cgu.mcc.ac.uk
From: lilley@v5.cgu.mcc.ac.uk (Chris Lilley, Computer Graphics Unit)
To: Multiple recipients of list <www-talk@www0.cern.ch>
Stephen Glim writes:
>GET /homepage/glim
I assume you just did this by telnetting to the port your server uis running on,
probably 80.
What you sent was an HTTP 0.9 request. Try issuing a 1.0 request instead:
GET /homepage/glim HTTP/1.0<return>
<return>
Then you will get back numeric error codes and other useful headers, which is
what your browser should use to detect that a redirect has ocurred so it goes
and fetches the new document.
--
Chris