URL Query Literal
HTTP Large
HTTP Small
ADN
Purpose: Compares a request's query string to the specified value.
An option is provided to indicate whether this condition will be met when the specified query string value "Matches" or "Does Not Match" the query string in the requested URL.
Key information:
- Only exact query string matches will satisfy this condition.
- The case-sensitivity of query string comparisons is determined by the Ignore Case option.
- For the purposes of this option, a query string starts with the first character after the question mark (?) delimiter for the query string. Therefore, the text specified in the Value option should not include a leading question mark (?).
Tip: If you would like to match more than one CDN URL query, then you should use the URL Query Wildcard match condition.