HTTP GET/POST RequestSends 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.
|