HTTP Status Code
HTTP Status Checker
Check the HTTP response of a web address and understand common status codes.
Common HTTP Status Codes
HTTP status codes indicate how a server handled a request.
| Code | Meaning | Category |
|---|---|---|
| 200 | OK | Success |
| 201 | Created | Success |
| 204 | No Content | Success |
| 301 | Moved Permanently | Redirection |
| 302 | Found | Redirection |
| 304 | Not Modified | Redirection |
| 400 | Bad Request | Client Error |
| 401 | Unauthorized | Client Error |
| 403 | Forbidden | Client Error |
| 404 | Not Found | Client Error |
| 429 | Too Many Requests | Client Error |
| 500 | Internal Server Error | Server Error |
| 502 | Bad Gateway | Server Error |
| 503 | Service Unavailable | Server Error |
| 504 | Gateway Timeout | Server Error |
About HTTP Status Codes
HTTP status codes are three-digit responses returned by a web server after receiving an HTTP request.
Codes beginning with 2 generally indicate success, 3 indicate redirection, 4 indicate client-side errors, and 5 indicate server-side errors.
Because this tool runs directly inside your browser, some websites may block the request through CORS. In that case, the tool cannot reliably read the HTTP status from the browser.
← Back to IceNex Tools
Comentários
Postar um comentário