cloudspout-button-panel
cloudspout-button-panel copied to clipboard
Send POST request to current host IP but another port
trafficstars
I'd like to be able to push data to a node-red that's installed on the same machine but listens to another port.
Currently, I use a variable containing the IP address/host and use that in the REST URL, but I was wondering if it was possible to either
- auto populate a variable containing the current host
- add an option to send to the current host and only change the scheme (http/https), port and path.
Thank you!