[5194] in www-talk@info.cern.ch
HTTP ``definition'' vs practice
daemon@ATHENA.MIT.EDU (Nathan Torkington)
Wed Aug 17 21:25:47 1994
Date: Thu, 18 Aug 1994 03:16:53 +0200
Errors-To: listmaster@www0.cern.ch
Errors-To: listmaster@www0.cern.ch
Reply-To: Nathan.Torkington@vuw.ac.nz
From: Nathan Torkington <Nathan.Torkington@vuw.ac.nz>
To: Multiple recipients of list <www-talk@www0.cern.ch>
The document
http://info.cern.ch/hypertext/WWW/Protocols/HTTP/HTRESP.html
claims that to redirect a document, you return a
URI: Url String CrLf
line with a 301 or 302 response code. In practise, all the library
code and server code that I've seen sends back
Location: Url
lines, and doesn't even *look* for URI:.
Is URI deprecated, wishful thinking, backward compatible, a crock, or
what?
Nat