Argument Selector

Purpose

The Argument Selector ensures that vWAF only considers a rule for a given path if the argument in the URL matches a given pattern.

For more information regarding adding and editing Preconditions, see Editing Preconditions.

Recommendations for use

Use the Argument Selector to create effective paths for PHP applications. To do so, create several identical paths and apply different Argument Selectors to them.

Attributes

Attribute Meaning

key value patterns

Regular expressions for key=value based arguments.

vWAF only considers a ruleset for a given path if the request matches one of these patterns.

For details on the syntax, see Regular Expressions.

case sensitive

Determines whether or not the given key value patterns are case sensitive.