...
The <HostRegex>
element is used to apply content rules to requests to any virtual host that matches a regular expression. The input expression is constructed as:scheme://hostname:port
Reference
Attributes
Content Specifiers
Names | Type | Req? | Default | Description |
---|---|---|---|---|
regex | string | Y | Specifies the regular expression to apply. | |
caseSensitive caseSensitive | boolean | false | If false, the case-ignoring option is set for the regular expression engine |
...