303 See Other

Estimated reading: 1 minute 740 views

This response code informs the user-client that the redirect don’t link to the requested resource.

The redirect leads to an alternate page, such as a progress notification, confirmation, or object page.

This response is mostly used with PUT or POST methods. The GET method should be used to display the redirected page.

If a user sees this response unexpectedly and is unable to proceed, contact server support for help.

The HyperText Transfer Protocol (HTTP) 303 See Other redirect status response code indicates that the redirects don’t link to the requested resource itself, but to another page (such as a confirmation page, a representation of a real-world object — see HTTP range-14 — or an upload-progress page). This response code is often sent back as a result of PUT or POST. The method used to display this redirected page is always GET.

Status

303 See Other

Specifications

Specification
Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
# status.303