Get Web Page
The Get Web Page command sends a GET request to the specified URL and stores the received answer in a variable. With this script you can request both web pages and small text files.
URL
Specify the address of the web page whose content you want to receive. You can also specify additional GET request parameters.
1https://#mydomain#/docs/index.html 2https://#mydomain#/files/script.yaml 3https://www.eonza.org/api/get?id=#id#&user=#mynick#
Variable Name
Specify the name of the variable into which the content of the web page will be written.