HTTP Status Codes
Comprehensive HTTP Status Code Reference Guide - Learn about redirect codes, error codes, and success codes
Featured
302 Found (HTTP Status Code 302)
HTTP status code 302 indicates that the requested resource has been temporarily moved to another URI.
305 Use Proxy (HTTP Status Code 305)
HTTP status code 305 indicates that the requested resource must be accessed through a specified proxy server. When the server returns a 305 status code.
All Posts
303 See Other (HTTP Status Code 303)
HTTP status code 303 indicates that the requested resource is located at another URI, and the client should use the GET method to retrieve it.
304 Not Modified (HTTP Status Code 304)
HTTP status code 304 is an informational status code indicating that the client made a conditional request, and the server allows the request.
306 Unused (HTTP Status Code 306)
HTTP status code 306 is a historical status code that was once used in early drafts of HTTP/1.1 but was ultimately not formally defined as a standard status code.
307 Temporary Redirect (HTTP Status Code 307)
HTTP status code 307 indicates that the requested resource has temporarily moved to a different URI.