URL Query Parameter Literal

Category: URL

Purpose: Identifies requests by whether a query string parameter in the requested URL matches a literalThis type of value does not assign a special meaning to characters. The only exception is % which is used for URL encoding. value.

This match condition provides an easy way to specify a parameter name/value combination. Consider using the URL Query Parameter Wildcard match condition for more flexibility when matching a query string parameter.

Key information:

Sample Scenario

A sample scenario is provided below.

The following sample configuration 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."