HTTP-Statuscodes-Referenz

Vollständige Referenz aller HTTP-Statuscodes (1xx-5xx) mit detaillierten Erklärungen. Ideal für Webentwickler und Systemadministratoren beim Debuggen von HTTP-Antworten.

1xx - Informational

Request received, continuing process

100

Continue

The client should continue with its request

101

Switching Protocols

The server is switching protocols as requested by the client

102

Processing

The server is processing the request but no response is available yet

103

Early Hints

Used to return some response headers before final HTTP message

2xx - Success

The action was successfully received, understood, and accepted

200

OK

The request was successful

201

Created

The request was successful and a new resource was created

202

Accepted

The request has been accepted for processing, but processing is not complete

203

Non-Authoritative Information

The returned meta-information is not definitive

204

No Content

The request was successful but there is no content to return

205

Reset Content

The client should reset the form that caused this request to be sent

206

Partial Content

The server is delivering only part of the resource due to a range header

207

Multi-Status

The message body contains multiple status codes for different operations

208

Already Reported

The members of a DAV binding have already been enumerated

226

IM Used

The server has fulfilled a request using an instance manipulation

3xx - Redirection

Further action must be taken in order to complete the request

300

Multiple Choices

There are multiple options for the resource from which the client may choose

301

Moved Permanently

The resource has been permanently moved to a new URL

302

Found

The resource temporarily resides under a different URL

303

See Other

The response can be found under a different URL using GET method

304

Not Modified

The resource has not been modified since the last request

305

Use Proxy

The requested resource must be accessed through the proxy given by the Location field

307

Temporary Redirect

The request should be repeated with another URL but future requests should still use the original URL

308

Permanent Redirect

The request and all future requests should be repeated using another URL

4xx - Client Error

The request contains bad syntax or cannot be fulfilled

400

Bad Request

The server cannot process the request due to a client error

401

Unauthorized

Authentication is required and has failed or has not yet been provided

402

Payment Required

Reserved for future use

403

Forbidden

The request was valid, but the server is refusing action

404

Not Found

The requested resource could not be found

405

Method Not Allowed

The request method is not supported for the requested resource

406

Not Acceptable

The requested resource is capable of generating only content not acceptable according to Accept headers

407

Proxy Authentication Required

The client must first authenticate itself with the proxy

408

Request Timeout

The server timed out waiting for the request

409

Conflict

The request could not be processed because of conflict in the request

410

Gone

The resource requested is no longer available and will not be available again

411

Length Required

The request did not specify the length of its content

412

Precondition Failed

The server does not meet one of the preconditions that the requester put on the request

413

Payload Too Large

The request is larger than the server is willing or able to process

414

URI Too Long

The URI provided was too long for the server to process

415

Unsupported Media Type

The request entity has a media type which the server or resource does not support

416

Range Not Satisfiable

The client has asked for a portion of the file, but the server cannot supply that portion

417

Expectation Failed

The server cannot meet the requirements of the Expect request-header field

418

I'm a teapot

This code was defined as an April Fools' joke and is not expected to be implemented by actual HTTP servers

421

Misdirected Request

The request was directed at a server that is not able to produce a response

422

Unprocessable Entity

The request was well-formed but was unable to be followed due to semantic errors

423

Locked

The resource that is being accessed is locked

424

Failed Dependency

The request failed because it depended on another request and that request failed

425

Too Early

The server is unwilling to risk processing a request that might be replayed

426

Upgrade Required

The client should switch to a different protocol

428

Precondition Required

The origin server requires the request to be conditional

429

Too Many Requests

The user has sent too many requests in a given amount of time

431

Request Header Fields Too Large

The server is unwilling to process the request because header fields are too large

451

Unavailable For Legal Reasons

The server is denying access to the resource as a consequence of a legal demand

5xx - Server Error

The server failed to fulfill an apparently valid request

500

Internal Server Error

A generic error message when an unexpected condition was encountered

501

Not Implemented

The server either does not recognize the request method, or it lacks the ability to fulfill it

502

Bad Gateway

The server was acting as a gateway or proxy and received an invalid response from upstream

503

Service Unavailable

The server is currently unavailable (because it is overloaded or down for maintenance)

504

Gateway Timeout

The server was acting as a gateway or proxy and did not receive a timely response from upstream

505

HTTP Version Not Supported

The server does not support the HTTP protocol version used in the request

506

Variant Also Negotiates

Transparent content negotiation for the request results in a circular reference

507

Insufficient Storage

The server is unable to store the representation needed to complete the request

508

Loop Detected

The server detected an infinite loop while processing the request

510

Not Extended

Further extensions to the request are required for the server to fulfill it

511

Network Authentication Required

The client needs to authenticate to gain network access

Share this tool

Help others discover HTTP Status Code Reference

Über die HTTP-Statuscodes-Referenz

So Funktioniert Es

  • Durchsuchen Sie HTTP-Statuscodes, organisiert nach Kategorie (1xx-5xx)
  • Suchen Sie nach bestimmten Codes nach Nummer, Name oder Beschreibung
  • Filtern Sie nach Statuscodes-Kategorien für gezieltes Browsing
  • Erhalten Sie detaillierte Erklärungen für jeden Statuscode

Häufige Anwendungsfälle

  • Webentwickler beim Debuggen von HTTP-Antworten
  • Systemadministratoren bei der Fehlerbehebung von Serverproblemen
  • Studenten beim Erlernen des HTTP-Protokolls
  • Schnelle Referenz während der API-Entwicklung

Häufig Gestellte Fragen

Was sind HTTP-Statuscodes?

HTTP-Statuscodes sind dreistellige Zahlen, die von Webservern zurückgegeben werden, um das Ergebnis einer Client-Anfrage anzuzeigen. Sie werden in fünf Kategorien unterteilt: 1xx (Informativ), 2xx (Erfolg), 3xx (Umleitung), 4xx (Client-Fehler) und 5xx (Server-Fehler).

Was bedeutet ein 404-Fehler?

404 Nicht Gefunden bedeutet, dass der Server die angeforderte Ressource nicht finden konnte. Dies ist einer der häufigsten Client-Fehlercodes und weist in der Regel darauf hin, dass die URL falsch ist oder die Ressource verschoben oder gelöscht wurde.

Was ist der Unterschied zwischen 301- und 302-Weiterleitungen?

301 Dauerhaft Verschoben zeigt an, dass die Ressource dauerhaft an eine neue URL verschoben wurde, während 302 Gefunden eine temporäre Weiterleitung anzeigt. Suchmaschinen behandeln diese für SEO-Zwecke unterschiedlich.

Was bedeutet ein 500 Internal Server Error?

500 Interner Serverfehler ist eine allgemeine serverseitige Fehlermeldung, die anzeigt, dass etwas schiefgelaufen ist, aber der Server kann das genaue Problem nicht angeben. Oft durch falsche Serverkonfigurationen oder Anwendungsfehler verursacht.

Wann sehe ich einen 401- vs. 403-Fehler?

401 Nicht Autorisiert bedeutet, dass eine Authentifizierung erforderlich ist oder fehlgeschlagen ist. 403 Verboten bedeutet, dass Sie authentifiziert sind, aber keine Berechtigung zum Zugriff auf die Ressource haben.

Wofür werden 1xx-Statuscodes verwendet?

Informative 1xx-Statuscodes zeigen an, dass die Anfrage empfangen wurde und der Prozess fortgesetzt wird. Sie werden selten von Endbenutzern gesehen und werden hauptsächlich für die Protokollkommunikation verwendet.

Ist der Statuscode 418 "Ich bin eine Teekanne" echt?

Ja, HTTP 418 "Ich bin eine Teekanne" ist ein echter Statuscode, der in RFC 2324 als Aprilscherz definiert wurde. Er ist Teil des Hyper Text Coffee Pot Control Protocol und soll nicht von echten HTTP-Servern implementiert werden.

Was zeigt 429 Zu viele Anfragen an?

429 Zu viele Anfragen bedeutet, dass der Benutzer in einem bestimmten Zeitraum zu viele Anfragen gesendet hat. Dies wird häufig für Rate-Limiting verwendet, um Missbrauch von Webdiensten und APIs zu verhindern.

Wie kann ich dieses Tool zum Debuggen von Webanwendungen verwenden?

Nutzen Sie die Suchfunktion, um schnell spezifische Fehlercodes zu finden, filtern Sie nach Kategorie, um verschiedene Antworttypen zu verstehen, und lesen Sie die detaillierten Beschreibungen für jeden Code.

Gibt es Statuscodes außerhalb des Bereichs 100-599?

Nein, Standard-HTTP-Statuscodes sind dreistellige Zahlen von 100 bis 599. Codes außerhalb dieses Bereichs sind nicht Teil der HTTP-Spezifikation.

Was soll ich tun, wenn ich einen unbekannten Statuscode antreffe?

Verwenden Sie dieses Referenz-Tool, um den Code nach Nummer zu suchen. Wenn er nicht aufgeführt ist, könnte es ein benutzerdefinierter Code für die Anwendung oder den Dienst sein, mit dem Sie arbeiten.

Warum sind Statuscodes für SEO wichtig?

Suchmaschinen verwenden HTTP-Statuscodes, um zu verstehen, wie mit Webseiten umzugehen ist. Die korrekte Verwendung von 301-Weiterleitungen, 404-Fehlern und 200-Erfolgsantworten hilft Suchmaschinen, Websites korrekt zu crawlen und zu indexieren.

Share ToolsZone

Help others discover these free tools!

Diese Seite teilen

HTTP-Statuscodes-Referenz | Vollständiger 1xx-5xx Leitfaden