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/headers/via/index.html | 79 ++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 files/ko/web/http/headers/via/index.html (limited to 'files/ko/web/http/headers/via') diff --git a/files/ko/web/http/headers/via/index.html b/files/ko/web/http/headers/via/index.html new file mode 100644 index 0000000000..80bc54a6ff --- /dev/null +++ b/files/ko/web/http/headers/via/index.html @@ -0,0 +1,79 @@ +--- +title: Via +slug: Web/HTTP/Headers/Via +tags: + - 한국어 + - 헤더 +translation_of: Web/HTTP/Headers/Via +--- +
{{HTTPSidebar}}
+ +

Via 헤더는 요청헤더와 응답헤더에 포워드 프록시와 리버스 프록시에 의해서 추가 됩니다. 이 것은 포워드 메시지를 추적하거나, 요청 루프 방지, 요청과 응답 체인에 따라 송신자의 프로토콜 정보를 식별 합니다.

+ + + + + + + + + + + + +
Header type{{Glossary("General header")}}
{{Glossary("Forbidden header name")}}yes
+ +

문법

+ +
Via: [ <protocol-name> "/" ] <protocol-version> <host> [ ":" <port> ]
+or
+Via: [ <protocol-name> "/" ] <protocol-version> <pseudonym>
+
+ +

지시자

+ +
+
<protocol-name>
+
선택사항. "HTTP" 와 같은 사용된 프로토콜의 이름.
+
<protocol-version>
+
"1.1" 과 같이 사용된 프로토콜의 버전.
+
<host> and <port>
+
공용 프록시의 URL 과 port.
+
<pseudonym>
+
내부 프록시의 이름 또는 별칭.
+
+ +

예제

+ +
Via: 1.1 vegur
+Via: HTTP/1.1 GWA
+Via: 1.0 fred, 1.1 p.example.net
+
+ +

기술사양

+ + + + + + + + + + + + +
기술사양제목
{{RFC("7230", "Via", "5.7.1")}}Hypertext Transfer Protocol (HTTP/1.1): Message Syntax and Routing
+ +

브라우저 호환성

+ + + +

{{Compat("http.headers.Via")}}

+ +

함께 참고할 내용

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