Label |
Mandatory |
Description |
HTTP Header |
|
HTTP header field whose value is to be evaluated against the regular expression. This is case insensitive. Example: User-Agent, X-Forwarded-For |
Regular Expression |
|
Regular expression that is used to check whether a value exists in any of the values specified for the HTTP Header. For multiple comma separated header values, evaluation will be done for each value against the regular expression. Example: To validate if value contains an IP address within range 192.168.1.1-192.168.1.255 Example: To validate if user-agent contains Chrome text |