node-red-contrib-axios 1.6.0
An advanced HTTP request node for Node-RED.
node-red-contrib-axios
An advanced HTTP request node for Node-RED, built on top of the Axios HTTP client.
Nodes included in this package
This package includes two nodes:
HTTP Endpoint Configuration Node
Use this node to define base configurations for your HTTP endpoints—such as base URL, authentication, certificates, or proxy settings.
This approach is especially powerful, as the configuration can be reused across multiple HTTP request nodes.
Supported authentication mechanisms:
- Basic Authentication
- Bearer Token Authentication
- API Key (via HTTP header or query parameter)
HTTP Request Node
Use this node within your flows to perform HTTP requests.
Example Flows
Check out this basic example flow to get started.
Or learn how to use multipart/form-data
with this example flow.
Documentation
All node functionalities are thoroughly documented within the Node-RED editor.