The GetPostData action loads the body of a POST request.
The returned values can also be checked automatically.
Parameters
|
Type |
Name |
Description |
|---|---|---|
|
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 entire POST data of the current request. |