Workspace 7.1.0
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 bodyQByteArray

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)intThe operation will time-out (stop executing) if the request takes longer than this duration to complete.
HeadersQStringList

Headers in the form of Key=Value per header

Outputs:
ResponseQString

The returned HTTP response.