Retrieves content from a web server (HTTP GET request).
1. | Method | (Optional) | The request method to use to contact the Internet resource. The default value is GET |
2. | Data | (Optional) | The data to send to server using POST method |
3. | Timeout | (Optional) | The number of seconds to allow for the complete operation from connecting to receiving all the response data. Default is 10 |
4. | Url | (Mandatory) | The URL of the resource to retrieve |
Fig. 1 - HTTP Request - Inputs