Performs an HTTP request using the properties Server,
Script, Port, Username and
Password.
Method specifies the request type such as "GET" or "POST".
Params specify the data to be sent to the server. Leave this parameter empty if Method is
"GET". Path, if not empty, instructs the method to save the output in a file.
UserAgent and Headers, if not empty, specify additional information to be sent to
the server.
Returns the output received from the server.
Usage: UploadCtl.MakeHttpRequest "GET", "", "c:\path\file.txt"
Relevant KB Article: PS01072965.
As of version 3.2, this method can only be called when XUpload is used
as a server-side component.