Compound Rule
CasWAF provides a Compound rule feature to help you control the access of your website. With Compound rules, you can combine multiple rules with logical operators to create complex access control policies.
Compound Expression properties
Logic
: The logical operator of the compound rule. It can be set toand
oror
, and the first rule in the compound rule will be ignored if the logical operator isbegin
. During expression evaluation,and
has a higher priority thanor
. For example,A and B or C
is equivalent to(A and B) or C
.Rule
: The rules that need to be combined.