How to Properly Set Up a Proxy in Node-RED? Need Help with Node-RED Set Proxy Configuration!

14 Replies, 1745 Views

Yo! Been there, done that. For Node-RED set proxy, I usually just tweak the settings.js file. It’s not as scary as it sounds, promise!

Just add this snippet under the `httpProxy` section:
```javascript
httpProxy: 'http://your-proxy-url:port'
```
Save it, restart Node-RED, and you’re golden. If you’re still stuck, maybe try the `node-red-contrib-proxy` plugin? It’s a lifesaver for quick setups.

Messages In This Thread



Users browsing this thread: 1 Guest(s)