An advanced HTTP request node for Node-RED, built on top of the Axios HTTP client.
This package includes two nodes:
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)
Use this node within your flows to perform HTTP requests.
Check out this basic example flow to get started.
Or learn how to use multipart/form-data
with this example flow.
All node functionalities are thoroughly documented within the Node-RED editor.