An advanced http request node for Node-RED. Based on the Axios http client.
This package provides two nodes.
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.
Use this node inside your flows to make http requests.
Try out this cool basics flow.
Or learn how to use multipart/form-data with this flow.
All node functions are well documented inside Node-RED.