3xx Redirection
Redirection messages indicate that the client must take additional action to complete the request. Many of these status codes are used in URL redirection. The client typically follows the Location header to fetch the final resource.
Multiple Choices
The request has multiple possible responses. The client should choose one to proceed.
Moved Permanently
The target resource has been assigned a new permanent URI and any future references to this resource ought to use one of...
Found
The target resource resides temporarily under a different URI. The client should use the original URI for future request...
See Other
The server is redirecting the client to a different resource, and the client MUST use a GET request to fetch it.
Not Modified
The client's cached copy of the resource is still valid. The server is not returning a response body.
Temporary Redirect
The requested resource has been temporarily moved. The client MUST preserve the original HTTP method and body when follo...
Permanent Redirect
The target resource has been assigned a new permanent URI. The client MUST preserve the original HTTP method and body.