Rule Group Rule Statement Rate Based Statement Scope Down Statement Regex Pattern Set Reference Statement Field To Match Args
Constructors
Properties
Inspect all query arguments.
Inspect the request body, which immediately follows the request headers.
Inspect the cookies in the web request. See Cookies below for details.
Inspect the request headers. See Headers below for details.
Inspect the request body as JSON. See JSON Body for details.
Inspect the HTTP method. The method indicates the type of operation that the request is asking the origin to perform.
Inspect the query string. This is the part of a URL that appears after a ?
character, if any.
Inspect a single header. See Single Header below for details.
Inspect a single query argument. See Single Query Argument below for details.
Inspect the request URI path. This is the part of a web request that identifies a resource, for example, /images/daily-ad.jpg
.