303
See Other
3xx RedirectionWhat It Means
The response to the request can be found under a different URL using GET.
When You'll See It
Used after a POST/PUT to redirect the client to a confirmation page via GET.
Related Status Codes
Frequently Asked Questions
What does HTTP 303 mean?
HTTP 303 See Other means: The response to the request can be found under a different URL using GET.
When does a server return 303?
Used after a POST/PUT to redirect the client to a confirmation page via GET.
Is 303 a client error or server error?
HTTP 303 is a Redirection (3xx) response. This is a redirection response, meaning the client must take additional action to complete the request.
Looking for all status codes in one place? Use the interactive HTTP Status Codes reference tool to search and browse all codes.