From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/web/http/status/100/index.html | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 files/de/web/http/status/100/index.html (limited to 'files/de/web/http/status/100/index.html') diff --git a/files/de/web/http/status/100/index.html b/files/de/web/http/status/100/index.html new file mode 100644 index 0000000000..d409a1cade --- /dev/null +++ b/files/de/web/http/status/100/index.html @@ -0,0 +1,46 @@ +--- +title: 100 Continue +slug: Web/HTTP/Status/100 +tags: + - HTTP + - Informationell + - Statuscode +translation_of: Web/HTTP/Status/100 +--- +
{{HTTPSidebar}}
+ +

Der HTTP 100 Continue Statuscode zeigt an, dass bisher alles in Ordnung ist und der Client mit der Anfrage fortfahren oder ihn ignorieren kann, sofern sie schon beendet ist.

+ +

Damit ein Server die Header der Anfrage überprüft, muss ein Client in seiner ursprünglichen Anfrage ein Expect: 100-continue senden und einen 100 Continue Statuscode als Antwort bekommen bevor der Inhalt gesendet wird.

+ +

Status

+ +
100 Continue
+ +

Spezifikationen

+ + + + + + + + + + + + +
SpezifikationTitel
{{RFC("7231", "100 Continue" , "6.2.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Browser-Kompatibilität

+ + + +

{{Compat("http.status.100")}}

+ +

Siehe auch

+ + -- cgit v1.2.3-54-g00ecf