White-listed-proxies (Section)#

Path: /environments/environment/white-listed-proxies

Every trusted proxy that may sit between a client and this server. It is used to establish the client’s IP address from the X-Forwarded-For header. Every proxy in the path must be listed, otherwise the first unlisted one is reported as the client. If this list is empty, or the request did not arrive from a listed proxy, the header is ignored and the address of the immediate caller is used. On a dual-stack host, list every address a proxy may connect from: an IPv4 entry does not cover the corresponding IPv6 address, so 127.0.0.1 and ::1 are both needed for a proxy on the same host.

Parameters#

NameTypeRequiredDefaultDescription
proxymulti-value union (union (union (string | string) | string (length: 1..253)) | union (string | string))optional-An IPv4/IPv6 address, hostname or IPv4/IPv6 cidr of the proxy to whitelist.

Was this helpful?