HTTP GET/POST Request
New in 2021!   Eonza automation software - free, open source cross-platform automation software for easy creation and management of scripts.

HTTP GET/POST Request

Sends GET/POST request through HTTP protocol.

Description
Optionally, you may add comments here describing the purpose of this element.
Web-page (URL)
URL address where the request will be sent to.
http://www.mydomain.com/index.php
http://www.mydomain.com/
Type
The method of the request.
GET - use GET method.
POST - use POST method.
Result variable
The name of the variable the output of the http-server will be written to.
Parameter
The name of the parameter to be sent.
Value
The value of the parameter to be sent.