3xx Redirection Responses Subtopics
Explore concepts and entries related to 3xx Redirection Responses.
300 Multiple Choices
The HTTP 300 Multiple Choices status code indicates that multiple representations of a requested resource are available and the client must choose one.
301 Moved Permanently
The HTTP 301 Moved Permanently status code indicates that a resource has permanently moved to a new URL.
302 Found
The HTTP 302 Found status code indicates that a resource is temporarily available at another URL.
303 See Other
The HTTP 303 See Other status code redirects clients to another resource using a GET request.
304 Not Modified
The HTTP 304 Not Modified status code tells clients that a cached resource is still valid and does not need to be downloaded again.
305 Use Proxy
The HTTP 305 Use Proxy status code indicates that a resource must be accessed through a specified proxy server. It is now deprecated and rarely used.
307 Temporary Redirect
The HTTP 307 Temporary Redirect status code indicates that a resource is temporarily available at another URL while preserving the original HTTP method.
308 Permanent Redirect
The HTTP 308 Permanent Redirect status code indicates that a resource has permanently moved while preserving the original HTTP method.