Via

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.

Via 일반 헤더는 포워드 프록시와 리버스 프록시에 의해서 추가됩니다. 그리고 요청 또는 응답 헤더에 표시될 수 있습니다. 메시지 전달을 추적하고 요청 루프를 방지하며 요청/응답 체인에서 발신자의 프로토콜 기능을 식별하는 데 사용됩니다.

Header type 요청 헤더, 응답 헤더
금지된 헤더 이름

구문

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

지시자

<protocol-name>

선택사항. "HTTP" 와 같은 사용된 프로토콜의 이름.

<protocol-version>

"1.1" 과 같이 사용된 프로토콜의 버전.

<host> and <port>

공용 프록시의 URL과 포트.

<pseudonym>

내부 프록시의 이름 또는 별칭.

예제

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

명세서

Specification
HTTP Semantics
# field.via

브라우저 호환성

BCD tables only load in the browser

함께 참고할 내용