Unknown 3xx Status Code
This 3xx redirection status code is not currently documented in our reference. Please file an Issue or make a PR adding documentation for this status code.
About 3xx Status Codes
Section titled “About 3xx Status Codes”3xx status codes indicate redirection. Further action needs to be taken by the client to complete the request. These codes tell the client that the resource they’re looking for is somewhere else.
Common 3xx status codes include:
- 301 Moved Permanently - Resource has permanently moved to a new URL
- 302 Found - Resource temporarily located at a different URL
- 303 See Other - Response can be found at another URL using GET
- 304 Not Modified - Resource has not been modified since last request
- 307 Temporary Redirect - Request should be repeated with another URL (method preserved)
- 308 Permanent Redirect - Resource permanently moved, method preserved
If you believe this status code should be documented, please consider contributing to this project or checking the HTTP status code registry for official information.