node-red-contrib-axios 1.6.0

An advanced HTTP request node for Node-RED.

npm install node-red-contrib-axios

node-red-contrib-axios

An advanced HTTP request node for Node-RED, built on top of the Axios HTTP client.

npm version
install size
npm downloads
Known Vulnerabilities

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)

axios-endpoint

HTTP Request Node

Use this node within your flows to perform HTTP requests.

axios-request

Example Flows

Check out this basic example flow to get started.

Or learn how to use multipart/form-data with this example flow.

axios-flow

Documentation

All node functionalities are thoroughly documented within the Node-RED editor.

Node Info

Version: 1.6.0
Updated 3 weeks, 3 days ago
License: MIT
Rating: 4.5 2

Categories

Actions

Rate:

Downloads

1725 in the last week

Nodes

  • axios-endpoint
  • axios-request

Keywords

  • node-red
  • http
  • request
  • axios

Maintainers