Referencia de códigos de estado HTTP
Consulta códigos HTTP: 1xx, 2xx, 3xx, 4xx, 5xx.
100
Continue
Server received request headers
101
Switching Protocols
Upgrade requested
200
OK
Request succeeded
201
Created
Resource created
204
No Content
Success, no body
301
Moved Permanently
Redirect permanently
302
Found
Temporary redirect
304
Not Modified
Use cached version
400
Bad Request
Invalid syntax
401
Unauthorized
Authentication required
403
Forbidden
Access denied
404
Not Found
Resource not found
405
Method Not Allowed
HTTP method not allowed
422
Unprocessable Entity
Validation error
429
Too Many Requests
Rate limit exceeded
500
Internal Server Error
Server error
502
Bad Gateway
Invalid response from upstream
503
Service Unavailable
Server overloaded
Califica esta herramienta
3.7 / 5 · 172 calificaciones
Más herramientas
>>cURL to Code Converter🔗Analizador de URL🛡️CSP Header Generator🏷️Generador de Meta TagsMantente actualizado
Recibe consejos de desarrollo y nuevas herramientas.
Sin spam. Cancela cuando quieras.
Enjoy these free tools?
☕Buy Me a CoffeeHow to Use
- Browse the status codes by category (1xx through 5xx)
- Click on any code to see its detailed description
- Use the search box to find a specific code quickly
- Review the use cases to understand when to return each code
Common Use Cases
- Designing REST API response codes
- Debugging HTTP errors in web applications
- Learning about HTTP protocol standards
- Documenting API error handling behavior