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/414/index.html | 47 +++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 files/de/web/http/status/414/index.html (limited to 'files/de/web/http/status/414') diff --git a/files/de/web/http/status/414/index.html b/files/de/web/http/status/414/index.html new file mode 100644 index 0000000000..1a24bd3832 --- /dev/null +++ b/files/de/web/http/status/414/index.html @@ -0,0 +1,47 @@ +--- +title: 414 URI Too Long +slug: Web/HTTP/Status/414 +tags: + - Clientfehler + - Fehlermeldung + - HTTP + - HTTP-Statuscode + - Statuscode +translation_of: Web/HTTP/Status/414 +--- +
{{HTTPSidebar}}
+ +

Der HTTP-Statuscode 414 URI Too Long zeigt an, dass die vom Client angefragte URI länger ist als das, was der Server zu verarbeiten bereit ist.

+ +

Es gibt einige seltene Fälle, in denen so etwas passieren kann:

+ + + +

Status

+ +
414 URI Too Long
+ +

Spezifikationen

+ + + + + + + + + + + + +
SpezifikationTitel
{{RFC("7231", "414 URI Too Long" , "6.5.12")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

Siehe auch

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