Aide-mémoire et dictionnaire des codes d'état HTTP

Réseau & Infrastructure

Guide complet et moteur de recherche pour tous les codes de réponse HTTP standardisés avec leurs significations.

100Reprendre

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).

Solution courante :Verify request body format, required parameters, and headers.
401Unauthorized

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

Solution courante :Check Authorization header and ensure token is not expired.
403Forbidden

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

Solution courante :Verify user roles and permissions on the endpoint.
404Not Found

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

Solution courante :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).

Solution courante :Implement exponential backoff or increase rate limit tier.
500Internal Server Error

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

Solution courante :Check server backend logs and unhandled exceptions.
502Bad Gateway

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

Solution courante :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.

Solution courante :Optimize slow database queries or increase timeout limits.
Soutien de Projet Indépendant

Vous aimez ToolsApp ? Offrez-nous un café

ToolsApp s'exécute à 100% dans votre navigateur sans abonnements ni suivi de données. Nous pensons que les utilitaires essentiels doivent rester gratuits et accessibles à tous. Votre soutien nous aide à développer de nouveaux outils !

100% Côté ClientGratuit pour Tous

Comment Utiliser ?

1

Code de recherche

Tapez n'importe quel numéro de code (par exemple 404, 502) ou des mots-clés.

2

Filtrer par catégorie

Parcourez les erreurs d'information 1xx, de réussite 2xx, de client 4xx ou de serveur 5xx.

3

Guide de révision

Lisez les causes et les résolutions de bonnes pratiques.

Confidentialité TotaleTous les calculs et traitements de fichiers s'exécutent à 100 % localement dans votre navigateur via JavaScript côté client.

Avis d'utilisateurs & Commentaires

Partagez votre expérience anonymement. Modéré automatiquement par l'IA.

5.0
0 avis
5 / 5
0/500
Protégé par le moteur de modération automatisé Groq AI

Avis Approuvés (0)

Chargement des avis...