edoc automate Guide
Breadcrumbs

http\GetRequestVariable - edoc automate

The GetRequestVariable action returns a parameter (GET or POST) of the current HTTP request.

The returned values can also be checked automatically.

Parameters

Type

Name

Description

TEXT

parameter name

Specifies the name of the parameter.

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.

  • Number: Numbers and ranges are permitted. Example: 1; 2-5

  • Text: Allowed are letters and combinations of letters, numbers, and special characters. Example: Text; "Text1: (%)"; '"Text1": (?)'

  • Regex: Regular expressions are permitted. All default delimiters for regular expressions are permitted as start and end characters. Example for several numbers: @\d+@.

Return

Type

Description

SINGLEVALUE

Returns the value of the parameter or null.