The GetHeader action returns a header of the current HTTP request.
The returned values can also be checked automatically.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
TEXT |
header name |
Specifies the name of the HTTP header. |
|
SELECT |
validation type |
Specifies the type of validation to be used for the value of the parameter. The following validation types are available: Number, Text, Regex. |
|
TEXT |
validation pattern |
Specifies the validation pattern to be used for the value of the parameter. The selected validation type determines which values you must enter for the validation to be performed. You can enter multiple values separated by a semicolon.
|
Return
|
Type |
Description |
|---|---|
|
SINGLEVALUE |
Returns the value of the HTTP header or null. |