From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/http/headers/via/index.html | 76 ++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 files/ja/web/http/headers/via/index.html (limited to 'files/ja/web/http/headers/via') diff --git a/files/ja/web/http/headers/via/index.html b/files/ja/web/http/headers/via/index.html new file mode 100644 index 0000000000..fb057eb094 --- /dev/null +++ b/files/ja/web/http/headers/via/index.html @@ -0,0 +1,76 @@ +--- +title: Via +slug: Web/HTTP/Headers/Via +translation_of: Web/HTTP/Headers/Via +--- +
{{HTTPSidebar}}
+ +

一般ヘッダーのVia は、フォワードプロキシとリバースプロキシの両方のプロキシによって追加され、リクエストヘッダーとレスポンスヘッダーに表示されます。 メッセージ転送の追跡、要求ループの回避、および要求/応答チェーンに沿った送信者のプロトコル機能の識別に使用されます。

+ + + + + + + + + + + + +
ヘッダー種別{{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とポート。
+
<pseudonym>
+
内部プロキシの名前/エイリアス。
+
+ +

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

仕様書

+ + + + + + + + + + + + +
SpecificationTitle
{{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