I'm not sure if it's a Node-RED problem or domoticz, but I'm experiencing an issue after removing 192.168.1.* from my trusted networks.
I want to do this because more users are accessing the WebUI.
When I paste this URL into my browser, it works fine:
http://192.168.1.5:8080/json.htm?type=c ... vvalue=100
In Node-RED, I use an HTTP request node with the same URL. It works when 192.168.1.* is included in the trusted networks.
However, without 192.168.1.* in the trusted networks, I get an error in Node-RED:
Code: Select all
"<html><head><title>Unauthorized</title></head><body><h1>401 Unauthorized</h1></body></html>"
Do you have any idea how to solve this? I've read the wiki but couldn't find a solution.