Giter Club home page Giter Club logo

node-red-contrib-axios's People

Contributors

steineey avatar

Stargazers

 avatar

Watchers

 avatar

node-red-contrib-axios's Issues

Not Compatable with npm 10.x

I received this error when I attempted to install it. Unfortunately, it does not appear to be compatible with npm 10.x

-----------------------------------------------------------
2024-03-26T18:14:21.154Z Install : node-red-contrib-axios 1.2.1

2024-03-26T18:14:22.810Z npm install --no-audit --no-update-notifier --no-fund --save --save-prefix=~ --production --engine-strict [email protected]
2024-03-26T18:14:24.311Z [err] npm
2024-03-26T18:14:24.311Z [err]  WARN 
2024-03-26T18:14:24.311Z [err] config production Use `--omit=dev` instead.
2024-03-26T18:14:27.305Z [err] npm
2024-03-26T18:14:27.305Z [err]  
2024-03-26T18:14:27.305Z [err] ERR!
2024-03-26T18:14:27.306Z [err]  
2024-03-26T18:14:27.306Z [err] code
2024-03-26T18:14:27.306Z [err]  EBADENGINE
2024-03-26T18:14:27.310Z [err] npm
2024-03-26T18:14:27.311Z [err]  
2024-03-26T18:14:27.311Z [err] ERR!
2024-03-26T18:14:27.311Z [err]  
2024-03-26T18:14:27.311Z [err] engine
2024-03-26T18:14:27.311Z [err]  Unsupported engine
2024-03-26T18:14:27.312Z [err] npm
2024-03-26T18:14:27.312Z [err]  
2024-03-26T18:14:27.312Z [err] ERR!
2024-03-26T18:14:27.312Z [err]  
2024-03-26T18:14:27.312Z [err] engine
2024-03-26T18:14:27.312Z [err]  Not compatible with your version of node/npm: [email protected]
2024-03-26T18:14:27.313Z [err] npm
2024-03-26T18:14:27.313Z [err]  
2024-03-26T18:14:27.313Z [err] ERR!
2024-03-26T18:14:27.313Z [err]  
2024-03-26T18:14:27.313Z [err] notsup
2024-03-26T18:14:27.313Z [err]  Not compatible with your version of node/npm: [email protected]
2024-03-26T18:14:27.313Z [err] npm
2024-03-26T18:14:27.314Z [err]  
2024-03-26T18:14:27.314Z [err] ERR!
2024-03-26T18:14:27.314Z [err]  
2024-03-26T18:14:27.314Z [err] notsup
2024-03-26T18:14:27.314Z [err]  Required: {"node":">=12.x","npm":"8.x"}
2024-03-26T18:14:27.314Z [err] npm
2024-03-26T18:14:27.314Z [err]  
2024-03-26T18:14:27.314Z [err] ERR!
2024-03-26T18:14:27.314Z [err]  
2024-03-26T18:14:27.315Z [err] notsup
2024-03-26T18:14:27.315Z [err]  Actual:   {"npm":"10.2.4","node":"v18.19.1"}
2024-03-26T18:14:27.319Z [err] 
2024-03-26T18:14:27.320Z [err] npm
2024-03-26T18:14:27.320Z [err]  
2024-03-26T18:14:27.320Z [err] ERR!
2024-03-26T18:14:27.320Z [err]  A complete log of this run can be found in: /data/.npm/_logs/2024-03-26T18_14_24_186Z-debug-0.log
2024-03-26T18:14:27.337Z rc=1

Not respecting Proxy settings

It appears as though the nodes do not apply the proxy config defined in the connection node to the request it self.
No matter what you set in the Proxy tab, the http request node seems to ignore it.

I have tried to debug this, it seems that the proxyProtocol has a default setting of "https", and there is no way ( i havent found it ) to change it.

It is set as a defualt

defaults: {
            name: { value: "" },
            baseURL: { value: "", required: true },
            caCertPath: { value: "" },
            rejectUnauthorized: { value: true },
            proxyEnabled: { value: false },
            proxyProtocol: { value: "https" },
            proxyHost: { value: "" },
            proxyPort: { value: "" },
        },

Support for path variables

Hello,
thank you for your work on plugin. There is any support for dynamic setting path variables on endpoint? Like "example.com/{id}" or something like that?

Digest authentication?

I'm struggling to make a PATCH request from node-red as the basic http-request node does not support it. I came across you package which does, but it seems it only support basic authentication? Have I missed something, or is there a chance digest authentication could be added?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.