65 codes
No status codes match your search.
1xx

Informational

4 codes

Provisional responses indicating the request was received and processing is continuing. Rarely seen in everyday redirect chains.

2xx

Success

10 codes

The request was successfully received, understood, and accepted. A 200 at the end of a redirect chain means you've reached the final destination.

3xx

Redirection

9 codes

The backbone of URL shorteners. Each 3xx tells the browser to look for the resource at a different URL, forming the hops you see in a redirect chain.

4xx

Client Errors

29 codes

The request itself has a problem — a bad URL, missing authentication, or a resource that no longer exists. A 4xx at the end of a chain means the destination has an issue.

400
Bad Request
The server couldn't understand the request due to invalid syntax or a malformed URL.
401
Unauthorised
Authentication is required. The request lacks valid credentials.
402
Payment Required
Reserved for future use; sometimes used to indicate a paywall or payment barrier.
403
Forbidden
The server understood the request but refuses to authorise it. Access is denied.
404
Not Found
The server can't find the requested resource. The URL may be wrong or the page deleted.
405
Method Not Allowed
The HTTP method used is not supported for the target resource.
406
Not Acceptable
The server can't produce a response matching the criteria given by the client.
407
Proxy Authentication Required
Authentication with a proxy server is required before this request can be served.
408
Request Timeout
The server timed out waiting for the client to send a complete request.
409
Conflict
The request conflicts with the current state of the server.
410
Gone
The resource has been permanently deleted and will not be available again.
411
Length Required
The server requires a Content-Length header that was not supplied.
412
Precondition Failed
One or more conditions in the request header fields evaluated to false.
413
Content Too Large
The request body exceeds the limit the server is willing to process.
414
URI Too Long
The URL provided is longer than the server is willing to interpret.
415
Unsupported Media Type
The media format of the request is not supported by the server.
416
Range Not Satisfiable
The requested byte range cannot be fulfilled by the server.
417
Expectation Failed
The expectation given in the Expect request header could not be met.
418
I'm a Teapot
An April Fools' joke from 1998. The server refuses to brew coffee because it is a teapot.
421
Misdirected Request
The request was directed at a server not able to produce a response for that scheme and authority.
422
Unprocessable Content
The request was well-formed but contains semantic errors the server can't process.
423
Locked
The resource being accessed is locked.
424
Failed Dependency
The request failed because it depended on another request that also failed.
425
Too Early
The server is unwilling to process a request that might be replayed.
426
Upgrade Required
The client should switch to a different protocol specified in an Upgrade header.
428
Precondition Required
The origin server requires the request to be conditional to prevent lost updates.
429
Too Many Requests
The user has sent too many requests in a given time. Rate limiting is in effect.
431
Request Header Fields Too Large
The server won't process the request because its header fields are too large.
451
Unavailable For Legal Reasons
The resource can't be provided due to legal demands, such as government censorship.
5xx

Server Errors

13 codes

The server failed to fulfil a valid request. These are problems on the destination server's side — not with the URL itself.

We noticed you're using an ad blocker - no worries! Visit our Support Page to help keep it free for everyone.