Global Information Lookup Global Information

HTTP 302 information


The HTTP response status code 302 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".

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]

  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.

and 26 Related for: HTTP 302 information

Request time (Page generated in 0.874 seconds.)

HTTP 302

Last Update:

The HTTP response status code 302 Found is a common way of performing URL redirection. The HTTP/1.0 specification (RFC 1945) initially defined this code...

Word Count : 304

HTTPS

Last Update:

Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP). It uses encryption for secure communication over...

Word Count : 4373

HTTP

Last Update:

Protocol (HTTP) is an application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems. HTTP is...

Word Count : 7793

List of HTTP status codes

Last Update:

directed to the given URI. 302 Found (Previously "Moved temporarily") Tells the client to look at (browse to) another URL. The HTTP/1.0 specification required...

Word Count : 5526

HTTP 403

Last Update:

HTTP 403 is an HTTP status code meaning access to the requested resource is forbidden. The server understood the request, but will not fulfill it, if...

Word Count : 881

HTTP 404

Last Update:

communications, the HTTP 404, 404 not found, 404, 404 error, page not found, or file not found error message is a hypertext transfer protocol (HTTP) standard response...

Word Count : 2308

HTTP 301

Last Update:

On the World Wide Web, HTTP 301 is the HTTP response status code for 301 Moved Permanently. It is used for permanent redirecting, meaning that links or...

Word Count : 795

HTTP cookie

Last Update:

HTTP cookies (also called web cookies, Internet cookies, browser cookies, or simply cookies) are small blocks of data created by a web server while a user...

Word Count : 10784

HTTP referer

Last Update:

In HTTP, "Referer" (a misspelling of Referrer) is an optional HTTP header field that identifies the address of the web page (i.e., the URI or IRI), from...

Word Count : 1380

HTTP pipelining

Last Update:

HTTP pipelining is a feature of HTTP/1.1, which allows multiple HTTP requests to be sent over a single TCP connection without waiting for the corresponding...

Word Count : 1648

List of HTTP header fields

Last Update:

HTTP header fields are a list of strings sent and received by both the client program and server on every HTTP request and response. These headers are...

Word Count : 2464

HTTP persistent connection

Last Update:

HTTP persistent connection, also called HTTP keep-alive, or HTTP connection reuse, is the idea of using a single TCP connection to send and receive multiple...

Word Count : 1246

HTTP location

Last Update:

html using GET /index.html HTTP/1.1 Host: www.example.com may get the server response HTTP/1.1 302 Found Location: https://www.example.org/index.php...

Word Count : 594

URL redirection

Last Update:

redirected page) 302 found (originally "temporary redirect" in HTTP/1.0 and popularly used for CGI scripts; superseded by 303 and 307 in HTTP/1.1 but preserved...

Word Count : 4666

HTTP compression

Last Update:

HTTP compression is a capability that can be built into web servers and web clients to improve transfer speed and bandwidth utilization. HTTP data is...

Word Count : 1808

HTTP 303

Last Update:

The HTTP response status code 303 See Other is a way to redirect web applications to a new URI, particularly after a HTTP POST has been performed, since...

Word Count : 446

HTTP ETag

Last Update:

The ETag or entity tag is part of HTTP, the protocol for the World Wide Web. It is one of several mechanisms that HTTP provides for Web cache validation...

Word Count : 1298

HTTP response splitting

Last Update:

HTTP response splitting is a form of web application vulnerability, resulting from the failure of the application or its environment to properly sanitize...

Word Count : 360

HTTP 451

Last Update:

In computer networking, HTTP 451 Unavailable For Legal Reasons is a proposed standard error status code of the HTTP protocol to be displayed when the...

Word Count : 994

HTTP message body

Last Update:

HTTP Message Body is the data bytes transmitted in an HTTP transaction message immediately following the headers if there are any (in the case of HTTP/0...

Word Count : 211

XMLHttpRequest

Last Update:

(XHR) is an API in the form of a JavaScript object whose methods transmit HTTP requests from a web browser to a web server. The methods allow a browser-based...

Word Count : 1234

Secure Hypertext Transfer Protocol

Last Update:

Secure Hypertext Transfer Protocol (S-HTTP) is an obsolete alternative to the HTTPS protocol for encrypting web communications carried over the Internet...

Word Count : 393

PageRank

Last Update:

easily be spoofed. Redirection from one page to another, either via a HTTP 302 response or a "Refresh" meta tag, caused the source page to acquire the...

Word Count : 8783

HTTP request smuggling

Last Update:

HTTP request smuggling (HRS) is a security exploit on the HTTP protocol that takes advantage of an inconsistency between the interpretation of Content-Length...

Word Count : 864

HTTP header injection

Last Update:

HTTP header injection is a general class of web application security vulnerability which occurs when Hypertext Transfer Protocol (HTTP) headers are dynamically...

Word Count : 80

Digest access authentication

Last Update:

the HTTP protocol. This standard is obsolete since July 2011. Digest access authentication was originally specified by RFC 2069 (An Extension to HTTP: Digest...

Word Count : 2878

PDF Search Engine © AllGlobal.net