Referring Domain Wildcard

Category: Request

Purpose: Identifies requests that were referred by a hostname that matches a pattern defined by a wildcardThis type of value supports the use of special characters to establish a pattern. For example, specifying an asterisk within this type of value will match one or more characters. value.

Key information:

Sample Scenarios

Sample scenarios are provided below.

The following sample configurations assume that this match condition is satisfied when a request matches the specified value/pattern.

Value Description

www.domain.com

This pattern will be satisfied when the request was referred by a URL whose hostname is "www.domain.com" (e.g., http://www.domain.com/index.html).

*.domain.com

This pattern will be satisfied when the request was referred by one of the following URLs:

  • http://www.domain.com/index.html
  • http://sub.domain.com/web/main/index.html
  • https://secure.domain.com/index.html