REST API Verb Choice - GET, POST, PUT, DELETE or ??? OPTIONS?

I’m consuming a REST API end point that requires a different verb than GET/POST/PUT.

In CURL, this would be set with the -X option:

curl -X OPTIONS user:pwd url

Would generate an OPTIONS request, not a GET. How can I do that with the Knime API tools?

Hi @nryberg_targ,
Currently we unfortunately do not have nodes for that. If you have coding experience, I would recommend using a small Python or R script to do the job.
Kind regards,
Alexander

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.