302

  1. 302 Boss
  2. 302 Found
  3. 302 Crate Engine

3×× Redirection 302 Found. The target resource resides temporarily under a different URI. Since the redirection might be altered on occasion, the client ought to continue to use the effective request URI for future requests. This paragraph shall not apply to any redemption made pursuant to a plan the purpose or effect of which is a series of redemptions resulting in a distribution which (in the aggregate) is not substantially disproportionate with respect to the shareholder.

HTTP
Request methods
Header fields
Status codes
Security access control methods

Flight 302 was en route from Addis Ababa to Nairobi when it crashed shortly after take off. All 149 passengers and eight crew members were killed, the airline says. The plane was a Boeing 737 Max.

The HTTP response status code302 Found is a common way of performing URL redirection. The HTTP/1.0 specification (RFC 1945) initially defined this code, and gave it the description phrase 'Moved Temporarily' rather than 'Found'.

302 crate engine30230294 county

An HTTP response with this status code will additionally provide a URL in the header field Location. This is an invitation to the user agent (e.g. a web browser) to make a second, otherwise identical, request to the new URL specified in the location field. The end result is a redirection to the new URL.

Many web browsers implemented this code in a manner that violated this standard, changing the request type of the new request to GET, regardless of the type employed in the original request (e.g. POST).[1] For this reason, HTTP/1.1 (RFC 2616) added the new status codes 303 and 307 to disambiguate between the two behaviours, with 303 mandating the change of request type to GET, and 307 preserving the request type as originally sent. Despite the greater clarity provided by this disambiguation, the 302 code is still employed in web frameworks to preserve compatibility with browsers that do not implement the HTTP/1.1 specification.[2]

As a consequence, RFC 7231 (the update of RFC 2616) changes the definition to allow user agents to rewrite POST to GET.[3]

Example[edit]

Client request:

Server response:

See also[edit]

  • HTTP 301 - Permanent Redirect

References[edit]

302 Boss

  1. ^Lawrence, Eric. 'HTTP Methods and Redirect Status Codes'. EricLaw's IEInternals blog. Retrieved 2011-08-20.
  2. ^'Request and response objects | Django documentation | Django'. Docs.djangoproject.com. Retrieved 2014-06-23.
  3. ^'Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content'. Tools.ietf.org. Retrieved 2019-01-05.

External links[edit]

302 Found

  • RFC 7230, RFC 7231, RFC 7232, RFC 7233, RFC 7234, RFC 7235 (HTTP 1.1)
  • RFC 2616 (HTTP 1.1) (obsolete)
  • RFC 1945 (HTTP 1.0)

302 Crate Engine

Retrieved from 'https://en.wikipedia.org/w/index.php?title=HTTP_302&oldid=878545769'