0
Get HTTP Vars
Description
This part allows application users to access HTTP variables from the URL.
Use
This part can be used to store the contents of HTTP variables in local data objects. HTTP variables are the elements of a URL after the '?' symbol:
Editor Fields
Field Name |
Description/Use |
Type/Options |
Optional/Mandatory |
Output name |
This is the data object that will store the variable data. |
Data Object |
Mandatory |
Name of var-item |
This is the name of the HTTP variable as it appears in the URL. |
Text |
Mandatory |
Example
Download and import the following example project in your workspace.
Like
Follow
Reply