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).")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
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).
+
<span style="color: #1665b0; font-size: 24px; display: inline-block; margin-top: 15px; margin-bottom: 0px;"><strong>About this action</strong></span>
 +
 
 +
<pre style="background-color: #ACC8E5; color: #112A46; border-radius: 10px; padding: 10px;">
 +
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.
 +
</pre>

Latest revision as of 16:47, 20 March 2024

About this action

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.