Difference between revisions of "Action: Open Website / HTTP GET"
(Created page with "This action can be used to launch the browser to open a particular web page or to invoke an HTTP GET request (no web page will open).") |
Tags: Mobile web edit Mobile edit |
||
Line 1: | Line 1: | ||
− | + | The open website action can be used to open any website.<br/> | |
+ | For more advanced use you can use the functions: | ||
+ | |||
+ | - URL encode parameters. | ||
+ | |||
+ | - Get Http. | ||
+ | |||
+ | - Save call success state in boolean variable. | ||
+ | |||
+ | - Save HTTP response in string variable. |
Revision as of 18:39, 11 June 2021
The open website action can be used to open any website.
For more advanced use you can use the functions:
- URL encode parameters.
- Get Http.
- Save call success state in boolean variable.
- Save HTTP response in string variable.