Referring Domain

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

Purpose: Identifies requests that were referred from the specified hostname(s).

The hostname associated with the referrer through which content was requested determines whether this condition is met. An option is provided to indicate whether this condition will be met when the referring hostname "Matches" or "Does Not Match" the specified value(s).

Key information:

Sample Scenarios

The following table provides sample scenarios for this match option.

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