Developer Tools
HTTP Status Code Tester
Each link below returns a real HTTP response with the corresponding status code. Useful for testing monitors, webhooks, alerting rules, and client error handling.
2xx — Success
3xx — Redirection
4xx — Client Errors
Bad Request
The server could not understand the request.
Unauthorized
Authentication is required and has failed or not been provided.
Forbidden
Server understood the request but refuses to authorise it.
Not Found
The requested resource could not be found.
Method Not Allowed
The HTTP method is not supported for this resource.
Request Timeout
Server timed out waiting for the request.
Gone
Resource is permanently gone and no forwarding address is known.
Unprocessable Entity
Request is well-formed but contains semantic errors.
Too Many Requests
Client has sent too many requests in a given time window.
5xx — Server Errors
Internal Server Error
A generic error occurred on the server.
Bad Gateway
Server received an invalid response from an upstream server.
Service Unavailable
Server is temporarily unable to handle the request.
Gateway Timeout
Upstream server failed to respond in time.
Direct URL pattern
https://statuseagle.com/status/{code}
Replace {code} with any supported status code above.