Rule Group Forwarded Ip Configuration
data class RuleGroupForwardedIpConfiguration(val fallbackBehavior: RuleGroupForwardedIpConfigurationFallbackBehavior, val headerName: String)
Constructors
Link copied to clipboard
constructor(fallbackBehavior: RuleGroupForwardedIpConfigurationFallbackBehavior, 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
.