Re: Review of new HTTPbis text for 303 See Other

Roy T. Fielding wrote:

>> That just seems plain false. A 303 does not indicate that something
>> does not exist. It simply indicates that the server, for reasons which
>> may be entirely opaque and nobody is under any obligation to explain,
>> has decided to redirect the query elsewhere.
> 
> No, we have other redirect codes for that.

As I understand it, 301 (moved permanently), 302 (found) and 307 (not
modified) all indicate a different location for the resource, never for
an alternative to it. 304 is "Not modified", and 305/6 are
deprecated/reserved respectively. So, I don't think there is any other
redirect code for "Instead of the resource you requested, please see
this resource instead"...

Received on Thursday, 9 July 2009 13:17:56 UTC