Name

CURL — Returns the data resulting from a GET or POST to a URI

Synopsis

CURL(url[|post-data])

By default, CURL() will perform an HTTP GET to retrieve the url. However, if post-data is specified, an HTTP POST will be performed instead.

See Also

SendURL()