forwardedIPConfig property

ForwardedIPConfig? forwardedIPConfig
final

The configuration for inspecting IP addresses in an HTTP header that you specify, instead of using the IP address that's reported by the web request origin. Commonly, this is the X-Forwarded-For (XFF) header, but you can specify any header name.

Implementation

final ForwardedIPConfig? forwardedIPConfig;