Connected: An Internet Encyclopedia
10.3.3 302 Moved Temporarily

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.2 301 Moved Permanently
Next: 10.3.4 303 See Other

10.3.3 302 Moved Temporarily

10.3.3 302 Moved Temporarily

The requested resource resides temporarily under a different URI. Since the redirection may be altered on occasion, the client SHOULD continue to use the Request-URI for future requests. This response is only cachable if indicated by a Cache-Control or Expires header field.

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 302 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.4 303 See Other

Connected: An Internet Encyclopedia
10.3.3 302 Moved Temporarily