Request Header Literal

Category: Request

Purpose: Identifies requests by whether they contain a request header set to 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:

Sample Scenario

A sample scenario is provided below.

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

Header Name Header Value Description

Referer

http://www.domain.com/

This configuration 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