Add an HTTP request parameter rule to examine a request and determine whether to grant access to a requested resource based on a match found in specified form parameters of the HTTP request.
Add an HTTP request parameter rule determines if the parameters are passed as part of
the content-type
must be set to
application/x-www-form-urlencoded
to process the field names in
the request.
If this rule is applied to an agent configuration, only URL query string parameters are compared, because the agent does not receive the request body for processing.
If more than one Field and Value pair is listed, then all conditions must match for the rule to succeed.