URL Query Parameter Wildcard

Category: URL

Purpose: Identifies requests by whether a query string parameter in the requested URL matches a pattern defined by a wildcardThis type of value supports the use of special characters to establish a pattern. For example, specifying an asterisk within this type of value will match one or more characters. value.

Key information:

Sample Scenarios

Sample scenarios are provided below.

The following sample configurations assume that this match condition is satisfied when a request matches the specified value.

Name Value Result

User

Joe

This pattern will be satisfied when the query string for a requested URL is "?user=joe."

User

*

This pattern will be satisfied when the query string for a requested URL contains a "user" parameter.

Email

Joe*

This pattern will be satisfied when the query string for a requested URL contains an Email parameter that starts with "Joe."