Skip to main content

X-Forwarded-For HTTP Header

Summary

X-Forwarded-For HTTP Header indicates the IP addresses that a request has flowed through on its way from the client to the server.

Do not append proxy IP addresses to the x-forwarded-for HTTP header. See the Envoy docs for more information.

How to configure

Config file keysEnvironment variablesTypeDefault
skip_xff_appendSKIP_XFF_APPENDbooleanfalse

Examples

# config file key
skip_xff_append: true

# environment variable
SKIP_XFF_APPEND=true