active-charging service ruledef www host

Configures rule expression to match the "host name" header field present in HTTP/WSP headers.

Privilege Level

Security Administrator, Administrator

Syntax

www host [ case-sensitive ] operator host_name 

operator

Specify how to match.

Must be one of the following:

  • !=: Does not equal.

  • !contains: Does not contain.

  • !ends-with: Does not end with.

  • !starts-with: Does not start with.

  • =: Equals.

  • contains: Contains.

  • ends-with: Ends with.

  • starts-with: Starts with.

  • regex: Regular expression.

host_name

Specify the WWW host name to match.

Must be a string.

case-sensitive

Specify that the rule expression be case-sensitive. By default, rule expressions are not case-sensitive.

Usage Guidelines

Use this command to define rule expressions to match the host name header field present in HTTP/WSP headers.

Example

The following command defines a rule expression to match user traffic based on WWW host name "host1":
www host = host1