Purpose: Identifies requests that contain the specified header set to a specified value(s).
The Matches/Does Not Match option determines the conditions under which this match option will be satisfied.
Keep in mind that header name comparisons are case-insensitive, while the case-sensitivity of header value comparisons is determined by the Ignore Case option.
Tip: If you would like to match more than one request header value, then you should use the "Request Header Wildcard" option.
The following example demonstrates how this option works in a specific situation:
Header Name | Header Value | Description |
---|---|---|
Referer | http://www.domain.com/ |
This setup will match a request with the following request header: Referer: http://www.domain.com/
It will not match a request with the following request header: Referer: http://www.domain.com/page.php
|