Web Acl Forwarded Ip Configuration
data class WebAclForwardedIpConfiguration(val fallbackBehavior: WebAclForwardedIpConfigurationFallbackBehavior, val headerName: String)
Properties
Link copied to clipboard
The match status to assign to the web request if the request doesn't have a valid IP address in the specified position.
Link copied to clipboard
The name of the HTTP header to use for the IP address. For example, to use the X-Forwarded-For (XFF) header, set this to X-Forwarded-For
.