Difference between revisions of "Action: Open Website / HTTP GET"

Tags: Mobile web edit Mobile edit
Line 1: Line 1:
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 
The open website action can be used to open any website.<br/>
 
The open website action can be used to open any website.<br/>
 
For more advanced use you can use the functions:
 
For more advanced use you can use the functions:
Line 9: Line 10:
  
 
- Save HTTP response in string variable.
 
- Save HTTP response in string variable.
 +
</pre>

Revision as of 17:55, 29 January 2024

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.