Previous Topic: Output ParametersNext Topic: Input Parameters


HTTP Get Operator

HTTP Get Operator

The HTTP Get operator sends an HTTP Get request to a URL.

If the specified URL points to a resource, then the HTTP Get operator retrieves the resource. Use the HTTP Get operator to download a file from an HTTP server by specifying the URL of the file.

If the specified URL points to a process that produces data, then the HTTP Get operator retrieves the data produced by the process. The HTTP Get operator does not retrieve data from the process source.

The HTTP Get operator can be used for RESTful services.