Category: URL
Purpose: Identifies requests by whether the query string of 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.
Key information:
The value associated with this match condition may be defined using any combination of numbers, letters, and/or symbols. All characters, with the exception of the % symbol, will be treated as a fixed value and cannot take on a special meaning.
Certain characters require URL encoding. Use the percentage symbol to URL encode the following characters:
Character | URL Encoding |
---|---|
Space |
%20 |
& |
%26 |
% |
%25 |
Matching against URLs that contain non-US-ASCII characters requires that you specify encoded Unicode characters (e.g., %E3%81%93).
Encode all Unicode characters before setting the Value option. This match condition only accepts encoded Unicode characters.
Example:
You should include the following characters instead of こんにちは when defining this match condition's value:
The majority of user agents (e.g., web browsers) encode non-US-ASCII characters in the
Curl does not encode non-US-ASCII characters. If you would like to test this match condition using curl, then you will need to create a mutually exclusive match section (i.e., IF / ELSE IF). Each conditional expression within that statement should contain this match condition with the Encoded option set to different values.
Use the Encoded option to determine whether your match value, as defined in the Value option, will be decoded prior to comparison with the request's query string. You must set this option to Yes when either of the following conditions are true:
Enabling this option ensures that your match value remains encoded.
If both of the above conditions are not applicable, then you should use the default configuration (i.e., No) which allows our service to decode your match value.
Due to the manner in which cache settings are tracked, this match condition is incompatible with the following features:
Edgecast CDN