Matching a URL with a query string¶
A WAF rule with the URL condition in combination with the Query String condition allows you to match requests with specific query parameters.
Combined URL and query string condition
For example, proceed as follows to match a URL with a query string:
- ► Select Request as the request method.
- ► Add the URL condition.
- ► Select the EXACT operator from the drop-down list.
- ► Enter
/index.htmlas the value. - ► Add the Query String condition.
- ► Select the PREFIX operator from the drop-down list.
- ► Enter
ABC=as the value.
