Hoja de trucos y referencia de códigos de estado HTTP

Redes e Infraestructura

Diccionario completo de búsqueda y guía para todos los códigos de estado de respuesta HTTP estándar.

100Reanudar

Initial part of a request has been received and the client should proceed with the request.

101Switching Protocols

Server is switching protocols according to Upgrade request header (e.g. WebSockets).

200OK

Standard response for successful HTTP requests.

201Created

Request succeeded and a new resource was created (typically after POST/PUT).

204No Content

Server successfully fulfilled request and there is no additional content to send in response payload.

301Moved Permanently

Target resource has been assigned a new permanent URI. Search engines transfer SEO link juice.

302Found (Temporary Redirect)

Target resource resides temporarily under a different URI.

304Not Modified

Client can use cached version of requested resource (ETag / If-Modified-Since match).

308Permanent Redirect

Target resource has been assigned a new permanent URI and request method must NOT change.

400Bad Request

Server cannot process request due to perceived client error (malformed syntax, invalid JSON).

Solución común:Verify request body format, required parameters, and headers.
401Unauthorized

Request requires user authentication (valid Bearer token or credentials).

Solución común:Check Authorization header and ensure token is not expired.
403Forbidden

Server understood request but refuses to authorize it (insufficient permissions).

Solución común:Verify user roles and permissions on the endpoint.
404Not Found

Origin server did not find a current representation for target resource.

Solución común:Check the requested URL path and routing config.
405Method Not Allowed

Request method is known by server but not supported by target resource (e.g. POST to a GET route).

429Too Many Requests (Rate Limit)

User has sent too many requests in a given amount of time (rate limiting).

Solución común:Implement exponential backoff or increase rate limit tier.
500Internal Server Error

Server encountered an unexpected condition that prevented it from fulfilling request.

Solución común:Check server backend logs and unhandled exceptions.
502Bad Gateway

Server acting as a gateway or proxy received an invalid response from inbound server.

Solución común:Ensure backend application process (Node, Python, Go) is alive and listening.
503Service Unavailable

Server is currently unable to handle request due to temporary overload or scheduled maintenance.

504Gateway Timeout

Server acting as gateway did not receive a timely response from upstream server.

Solución común:Optimize slow database queries or increase timeout limits.
Patrocinio de Proyecto Independiente

¿Te gusta ToolsApp? Invítanos a un café

ToolsApp funciona 100% en el navegador sin suscripciones ni recopilación de datos. Creemos que las herramientas esenciales deben ser gratuitas y accesibles para todos. ¡Tu apoyo nos ayuda a seguir creando nuevas herramientas!

100% En el NavegadorGratis para Todos

¿Cómo se Usa?

1

Código de búsqueda

Escriba cualquier número de código (por ejemplo, 404, 502) o palabras clave.

2

Filtrar por categoría

Explore errores informativos 1xx, éxito 2xx, cliente 4xx o servidor 5xx.

3

Revisar la guía

Lea las causas y las resoluciones de mejores prácticas.

Privacidad TotalTodos los cálculos y el procesamiento de archivos se ejecutan 100% localmente en su navegador mediante JavaScript del lado del cliente.

Reseñas y Opiniones de Usuarios

Comparte tu experiencia de forma anónima. Moderado automáticamente por IA.

5.0
0 reseñas
5 / 5
0/500
Protegido por el motor de moderación automática de Groq AI

Reseñas Aprobadas (0)

Cargando reseñas...