From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/http/status/411/index.html | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 files/ko/web/http/status/411/index.html (limited to 'files/ko/web/http/status/411/index.html') diff --git a/files/ko/web/http/status/411/index.html b/files/ko/web/http/status/411/index.html new file mode 100644 index 0000000000..1e3ab50a5c --- /dev/null +++ b/files/ko/web/http/status/411/index.html @@ -0,0 +1,36 @@ +--- +title: 411 Length Required +slug: Web/HTTP/Status/411 +translation_of: Web/HTTP/Status/411 +--- +
HyperText Transfer Protocol (HTTP) 411 Length Required 클라이언트 오류 응답 코드는 서버가 정의된 {{HTTPHeader("Content-Length")}} 헤더 없이 요청을 수락하지 않음을 나타낸다.
+ +
+

참고: 사양별로 청크 시리즈로 데이터를 전송할 때 Content-Length 헤더가 생략되며, 각 청크의 시작 부분에서 현재 청크의 길이를 16진수 형식으로 추가해야 한다. 자세한 내용은 {{HTTPHeader("Transfer-Encoding")}}을(를) 참조하십시오.

+
+ +

상태

+ +
411 Length Required
+ +

정의

+ + + + + + + + + + + + +
SpecificationTitle
{{RFC("7231", "411 Length Required" , "6.5.10")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

참고

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