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 type | Request header,Response header |
|---|---|
| Forbidden request header | Yes |
In this article
Syntax
http
Via: [<protocol-name>/]<protocol-version> <host>[:<port>]Via: [<protocol-name>/]<protocol-version> <pseudonym>Directives
<protocol-name>OptionalThe 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.netSpecifications
| Specification |
|---|
| HTTP Semantics> # field.via> |