Hi all
I posted recently regarding an issue with the HTTP request node not working with a specific url as in the following flow.
[{"id":"e529806637c41745","type":"tab","label":"Flow 1","disabled":false,"info":"","env":[]},{"id":"0aecaff079a7d222","type":"inject","z":"e529806637c41745","name":"","props":[],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","x":130,"y":200,"wires":[["a912609c14464323"]]},{"id":"7c34b31725eb266f","type":"debug","z":"e529806637c41745","name":"debug 1","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"true","targetType":"full","statusVal":"","statusType":"auto","x":580,"y":200,"wires":[]},{"id":"a912609c14464323","type":"http request","z":"e529806637c41745","name":"","method":"GET","ret":"txt","paytoqs":"ignore","url":"hc-ping.com/8ed9d26b-d62c-4fd6-999b-7a07ea0b5f8a","tls":"","persist":false,"proxy":"","insecureHTTPParser":false,"authType":"basic","senderr":false,"headers":[],"x":330,"y":200,"wires":[["7c34b31725eb266f"]]}]
I tried to resolve this with the help of others with no luck then noticed a post with a similar issue with a different url
Remedy was to downgrade node js (in this case to 18.20.8) all works OK, tried version 20.0.0 and issue returns.
Not sure if issue is with nodered, node js or the specific url’s and if I should be using a later version of node js with nodered 4 to avoid other issues.
Advice would be appreciated