White-listed-proxies (Section)#

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

A list of proxies that are allowed to be in the middle of the requestor and this server. If this list is empty, the X-Forwarded-For header will be ignored. If this list is non-empty the X-Forwarded-For header will be used as the remote-ip of the client if the proxies match this list.

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?