This node can be used to issue HTTP HEAD requests. The HEAD method is identical to the HTTP GET Method, except that the server will not return a message-body as part of the HTTP response. Rather, it will only return the HTTP headers.
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.
By default the output table will contain the HTTP status code and the content type. In addition to that it contains one column for each response header defined in the dialog.
The node supports several authentication methods, e.g. BASIC and DIGEST. Other authentication methods may be provided by additional extensions.
The node supports the Credential port as input (see dynamic input ports). If the port is added, it must supply a Credential that can be embedded into the HTTP Authorization header, and all request done by the node will use the Credential from the port, regardless of other node settings. The OAuth2 Authenticator nodes provide such a Credential for example.
3xx
).File > Preferences > General > Network Connections
.Basic
authentication for proxy hosts.Basic
authentication for proxy hosts.Accept
or X-Custom-Key
. Note that some
header keys such as Origin
are silently ignored by default for security reasons. You can configure
KNIME AP to allow any header key by setting the sun.net.http.allowRestrictedHeaders
system property in the
knime.ini configuration file to true
.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.
To use this node in KNIME, install the extension KNIME REST Client Extension from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!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.
Please note that this is only about NodePit. We do not provide general support for KNIME — please use the KNIME forums instead.