[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [syndication] Re: [RSS-DEV] How should a feed tell people it's gone?
----- Original Message -----
From: "wkearney99" <wkearney99@hotmail.com>
> > What's wrong with HTTP 404?
>
> What if the feed's not gone but moving to a different URL?
>
>
Heres a list of HTTP Response Status codes that are relevant. (Whether you
use these in the http response, or embed within the content of a response,
the ideas transfer fairly well)
301 Moved Permanently (new location specified by Location: response header)
307 Temporary Redirect (temporary location specified by Location: response
header)
404 Not Found (resource might only be temporarily unavailable)
410 Gone (server never expects that resource to be available)
See:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec6.html