Skip to main content
The following table contains all available objects and attributes you can use in your advanced rules.

Operators for Dict-type attributes

Attributes of type Dict (client_data.fingerprint, request.headers, and response.headers) support a different set of operators than Var-type attributes. The following three operators are available for all Dict-type attributes: Examples
  • key exists – match requests that include an Authorization header:
  • key not exists – match requests that do not include a User-Agent header:
  • value equals – match responses where the Content-Type header equals application/json: