Connected: An Internet Encyclopedia
10.3.2 301 Moved Permanently

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 2068
Up: 10 Status Code Definitions
Up: 10.3 Redirection 3xx
Prev: 10.3.1 300 Multiple Choices
Next: 10.3.3 302 Moved Temporarily

10.3.2 301 Moved Permanently

10.3.2 301 Moved Permanently

The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD be done using one of the returned URIs. Clients with link editing capabilities SHOULD automatically re-link references to the Request-URI to one or more of the new references returned by the server, where possible. This response is cachable unless indicated otherwise.

If the new URI is a location, its URL SHOULD be given by the Location field in the response. Unless the request method was HEAD, the entity of the response SHOULD contain a short hypertext note with a hyperlink to the new URI(s).

If the 301 status code is received in response to a request other than GET or HEAD, the user agent MUST NOT automatically redirect the request unless it can be confirmed by the user, since this might change the conditions under which the request was issued.


Next: 10.3.3 302 Moved Temporarily

Connected: An Internet Encyclopedia
10.3.2 301 Moved Permanently