Skip to content
Myra Online Help Updated · 21 Aug 2026

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.

example_match_url_qs_EN

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.html as the value.
  • Add the Query String condition.
  • Select the PREFIX operator from the drop-down list.
  • Enter ABC= as the value.