Request Header Literal

Applies To:
HTTP Large
HTTP Small
ADN
HTTP Rules Engine - Basic Rules
HTTP Rules Engine - Advanced Rules

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.

Sample Scenario

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