Re: Redirection: "Location" or "Uri" ?

robm@ncsa.uiuc.edu (Rob McCool)
Message-id: <9401141104.AA22330@void.ncsa.uiuc.edu>
From: robm@ncsa.uiuc.edu (Rob McCool)
Date: Fri, 14 Jan 1994 05:04:15 -0600
In-Reply-To: Martijn Koster <m.koster@nexor.co.uk>
       "Redirection: "Location" or "Uri" ?" (Jan  6,  7:15pm)
X-Mailer: Mail User's Shell (7.2.5 10/14/92)
To: Martijn Koster <m.koster@nexor.co.uk>
Subject: Re: Redirection: "Location" or "Uri" ?
Cc: www-talk@www0.cern.ch
Content-Length: 670
/*
 * Redirection: "Location" or "Uri" ?  by Martijn Koster (m.koster@nexor.co.uk)
 *    written on Jan  6,  7:15pm.
 *
 * I was playing around with redirection today, and got conflicting info
 * on how it is done: both draft-ietf-iiir-http-00.txt and 
 * http://info.cern.ch/hypertext/WWW/Technical.html talk about
 * 
 * 	Uri: <url> String CrLf
 * 
 * but Mosaic for X and httpd seem to use
 * 
 * 	Location: <url>
 * 
 * Why are these contradictory? Which one is right?
 */

The PS document we based it on is from June 1993... I'm not sure when it was
changed or who changed it, but now that we have a huge installed user base I
think Location should be used.

--Rob