StreamableKNIME REST Client Nodes version 4.3.0.v202011191618 by KNIME AG, Zurich, Switzerland
This node can be used to issue HTTP POST requests. POST requests are used to send data to a web service and possibly receive data back.
The node allows you to either send a request to a fixed URL (which is specified in the dialog) or to a list of URLs provided by an optional input table. Every URL will result in one request which in turn will result in one row in the output table. You can define custom request headers in the dialog.
The sent data is usually taken from a column of the input table but you can also provide a constant value in the dialog instead.
By default the output table will contain a column with the received data, its content type, and the HTTP
status code. The node tries to automatically convert the received data into a KNIME data type based on its
content type. In case no automatic conversion is possible, binary cells will be created.
You can extract additional response headers into column by defining them in the dialog.
The node supports several authentication methods, e.g. BASIC and DIGEST. Other authentication methods may be provided by additional extensions.
4xx
and 5xx
) will result in a row with appropriate status code and error message and the node will continue. If
this option is checked the node will fail if a request fails.3xx
).Accept
or X-Custom-Key
.To use this node in KNIME, install KNIME REST Client Extension from the following update site:
A zipped version of the software site can be downloaded here.
You don't know what to do with this link? Read our NodePit Product and Node Installation Guide that explains you in detail how to install nodes to your KNIME Analytics Platform.
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
Do you have feedback, questions, comments about NodePit, want to support this platform, or want your own nodes or workflows listed here as well? Do you think, the search results could be improved or something is missing? Then please get in touch! Alternatively, you can send us an email to mail@nodepit.com, follow @NodePit on Twitter, or chat on Gitter!
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.