The Forwarded header from RFC7239

interface Forwarded {
    by?: string;
    for?: string;
    host?: string;
    proto?: string;
}

Properties

Properties

by?: string

The user-agent facing interface of the proxy

for?: string

The node making the request to the proxy

host?: string

The host request header field as received by the proxy

proto?: string

The protocol used to make the request