Workspace 6.21.5
HttpRequest

Sends a HTTP request to the target URL with the specified request type, content-type, and message body. The operation will block the execution thread while it waits for the request to complete.

  • Default label: "HTTP Request"
  • Member of plug-in: Built-in
  • Catalogue path: Web Services
Inputs:
HTTP requestCSIRO::DataExecution::HttpRequest::HttpRequestType

URLQString

Content-TypeQString

Message bodyQString

Log infoboolIf enabled, the operation will write its activities to the log as it attempts to send the request.
Log errorsboolIf enabled, the operation will log errors as they occur.
Timeout (msec)int

The operation will time-out (stop executing) if the request takes longer than this duration to complete.

Outputs:
ResponseQString

The returned HTTP response.