Http Code

303

See Other

The server understands the request but it is redirecting the client to a different URI, specified in the response header `Location:<uri>`. It indicates that the server intends to show a different resource form what the client may normally expect.

Use Case

A client makes a form submission on a particular page, and it may be expecting a particular type of a response but it may instead be redirected to a confirmation page with the status code of 303 and the url of the page in the `Location` header.