Cannot connect to http python server from node-red
Context I’ve defined an http server with a python script, this server is used to then make GET calls from NODE-RED and thus obtain information present on a configuration JSON file. The python server and the node-red instance are running on the same localhost (my computer) but with different ports. Here it is the code […]