ICAP Request Headers
vey-icap-client always builds the base ICAP request line and standard ICAP
headers such as Host. It may also add the following helper headers to ICAP
requests sent by vey-proxy.
Client Identity Headers
These headers are added when vey-proxy provides client address or user
information to the ICAP adapter:
X-Client-IP
The client IP address.
X-Client-Port
The client port.
X-Client-Username
The authenticated username, URL-encoded before being written into the ICAP request header.
X-Authenticated-User
The authenticated username encoded in ICAP-compatible form as
Local://<username>and then Base64 encoded.