yes, that's right, but what you are doing is accessing an HTTPS Server and not an HTTP server. I tested accessing the HTTP Server using Postman and it kept complaining that I am trying to send HTTP requests to an HTTPS server. I would use an HTTPS request, but my connected device can only send HTTP requests. I tried as well as you said to use port 1880 by using a node Red node enabling the creation of HTTP servers on custom ports (such as 1880) and you can do that on Node-Red when it doesn't run on the ctrlX, but when trying to the same on the ctrlX the HTTP server on port 1880 cannot be created (on any custom port). Is it possible to create an app that opens an HTTP server on the ctrlX and then writes the data on the data layer, then I would be able to access the data through the data layer node on node-Red? Or is it not possible, due to security reasons?
... View more