node-red-contrib-axios

1.6.0 • Public • Published

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.

Package Sidebar

Install

npm i node-red-contrib-axios

Weekly Downloads

396

Version

1.6.0

License

MIT

Unpacked Size

38.5 kB

Total Files

7

Last publish

Collaborators

  • steineey
  • csteinba