Look up a Rails HTTP Status Code

303 - See Other

Rails HTTP Status code :see_other

When to use status code 303

The response to the request can be found under another URI using a GET method. When received in response to a POST (or PUT/DELETE), it should be assumed that the server has received the data and the redirect should be issued with a separate GET message.