Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. HTTP
  3. Reference
  4. Headers
  5. Via

Via header

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.

TheViarequest andresponse header is added byproxies, both forward and reverse.It is used for tracking message forwards, avoiding request loops, and identifying the protocol capabilities of senders along the request/response chain.

Header typeRequest header,Response header
Forbidden request headerYes

Syntax

http
Via: [<protocol-name>/]<protocol-version> <host>[:<port>]Via: [<protocol-name>/]<protocol-version> <pseudonym>

Directives

<protocol-name>Optional

The name of the protocol used, such as "HTTP".

<protocol-version>

The version of the protocol used, such as "1.1".

<host>

Public proxy URL and optional<port>.If a host is not provided, then a<pseudonym> must be used.

<pseudonym>

Name/alias of an internal proxy.If a pseudonym is not provided, then a<host> must be used.

Examples

http
Via: 1.1 vegurVia: HTTP/1.1 GWAVia: 1.0 fred, 1.1 p.example.net

Specifications

Specification
HTTP Semantics
# field.via

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2026 Movatter.jp