I am building a web api using the node-red “http in” node. Also my conduit is connected to the internet via cellular connection. I am able to send http requests using the http request node, but I am not able to get any inbound http requests via the internet facing IP. Its a static IP as well and not a dynamic IP.
However I am able to make http requests into the conduit using the local ip that is the one I bring up the admin/node-red web UI. i.e. using the default IP. https://192.168.2.1:1880.
Do I have to configure the Node-red to listen over the internet ip/cellular ip or is there a firewall setting that needs to allow inbound http requests? I think I had done this before prior to using the latest firmware and I was able to call my web api over the internet.
Thanks,
Ajay