|

ResultVariable


When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.


See also: Related Actions


image

image

HTTP.Submit

OverviewExamples


string HTTP.Submit ( string URL,


table Values,


number Method = SUBMITWEB_GET,


number Timeout = 20, number Port = 80, table AuthData = nil,

table ProxyData = nil )


De s cr ip t ion


image

Submits data to an Internet Web site and returns the response from the server.


Note: The default proxy settings that are currently configured through Internet Explorer will be used for submitting the data by default, and is the recommended method. However if you require alternate proxy settings, they can be passed through the ProxyData parameter.


Tip: If this action fails, you can retrieve specific HTTP error details using HTTP.GetHTTPErrorInfo.


P arame t er s


URL


(string) The full URL to the file you want to submit to.


|