Search results
Results from the WOW.Com Content Network
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 RFC 2616 (HTTP 1.1). According to RFC 7231, which obsoletes RFC 2616, "A 303 response to a GET request indicates that the origin server does not have a representation of the target resource ...
Therefore, HTTP/1.1 added status codes 303 and 307 to distinguish between the two behaviours. [1]: §15.4 303 See Other (since HTTP/1.1) The response to the request can be found under another URI using the GET method. When received in response to a POST (or PUT/DELETE), the client should presume that the server has received the data and should ...
Request line, such as GET /logo.gif HTTP/1.1 or Status line, such as HTTP/1.1 200 OK, Headers; An empty line; Optional HTTP message body data; The request/status line and headers must all end with <CR><LF> (that is, a carriage return followed by a line feed). The empty line must consist of only <CR><LF> and no other whitespace.
Processed a request, e.g. a POSTed form, and is providing the result of that request at a different URI To provide information about the location of a newly created resource. In this circumstance, the Location header should be sent with an HTTP status code of 201 or 202 .
Diagram of a double POST problem encountered in user agents. Diagram of the double POST problem above being solved by PRG. Post/Redirect/Get (PRG) is a web development design pattern that lets the page shown after a form submission be reloaded, shared, or bookmarked without ill effects, such as submitting the form another time.
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 for backward compatibility) 303 see other (forces a GET request to the new URL even if original request was POST) 305 use proxy (indicates that the client's requested resource is only available through a ...
Get AOL Mail for FREE! Manage your email like never before with travel, photo & document views. Personalize your inbox with themes & tabs. You've Got Mail!
307 Temporary Redirect: Like 302, but guarantees that the method and the body will not be changed when the redirected request is made. 303 See Other: Used when the result of a POST or another non-idempotent request method is a resource that should be retrieved using a GET.