Conditions

A condition in a page rule is used to match various attributes of a request, determining whether the corresponding actions should be executed. Each condition consists of three parts:

  • Variable: The request attribute to inspect, serving as the left operand.
  • Operator: The method of comparison.
  • Values: The target values to compare against, serving as the right operand.

Conditions also support an optional caseless setting. When set to true, string comparisons will be case-insensitive.