HTTP-Statuscodes

Referenz der häufigsten HTTP-Antwortcodes mit kurzen Erläuterungen — fürs Debuggen von Requests, API-Dokumentation und Prüfen von Server-Antworten.

Use the jump links to move between response classes and keep a quick lookup nearby while working with APIs.

HTTP response code table

Code Name Meaning

1xx Informational

Informational responses indicate that the request was received and processing can continue.

2xx Success

Success responses indicate the request was received, understood and accepted.

3xx Redirection

Redirection responses tell the client that additional action is needed to complete the request.

4xx Client Errors

Client error responses indicate a problem with the request itself, authentication or permissions.

5xx Server Errors

Server error responses indicate the server failed while trying to handle an apparently valid request.

Beispiele

200 OK
404 Not Found
503 Service Unavailable

FAQ

Was ist HTTP 404?

HTTP 404 bedeutet, dass die angeforderte Ressource unter der angegebenen URL nicht gefunden werden konnte.

Was ist der Unterschied zwischen 301 und 302?

Eine 301-Weiterleitung gilt als dauerhaft, eine 302 signalisiert in der Regel einen vorübergehenden Wechsel.

Was bedeutet 503?

HTTP 503 bedeutet, dass der Dienst vorübergehend nicht verfügbar ist — oft wegen Wartung oder Überlastung.