HttpGetTask

This task will download a file through HTTP GET and save it to a specified directory. You need an installed version of HTTP_Request2 to use this task.

Table 89. Attributes

Name Type Description Default Required
url String The request URL n/a Yes
dir String The directory to save the file n/a Yes
filename String The filename for the downloaded file The filename part of the URL No
followRedirects Boolean Whether to follow HTTP redirects false No
sslVerifyPeer Boolean Whether to verify SSL certificates true No
authUser String The authentication user name n/a No
authPassword String The authentication password n/a No
authScheme String The authentication scheme basic No