node-red-contrib-axios 1.3.0
A http request node for Node-RED
node-red-contrib-axios
An advanced http request node for Node-RED. Based on the Axios http client.
Nodes of this package
This package provides two nodes.
Http endpoint configuration node
Define your http endpoints base configuration (base URL, authentication, certificates, proxy) in a configuration node. This is a huge benefit, because you can reuse this configuration in multiple request nodes.
Http request node
Use this node inside your flows to make http requests.
Example flows
Try out this cool basics flow.
Or learn how to use multipart/form-data with this flow.
More documentation
All node functions are well documented inside Node-RED.