Good morning,
I wondered if someone would be kind enough to point me in the right direction.
I have Node Red running on an Ubuntu server its IP address being 192.168.0.27
I have created a flow that I wish to trigger from a browser on my desktop Windows 10 PC its IP address is on the same range.
In Node Red I created a HTTP endpoint using using GET and /Test
On my desktop pc I type into a browser http://192.168.0.27:1880/Test
On the first time of running I get a browser window asking for a username and password, On supplying those credentials I get a NGIX internal error and any subsequent HTTP calls display the same error with out the ability to re enter credentials.
If I reboot the Ubuntu server and try again I am presented with a username log on which if I enter fails again.
Many thanks in anticipation
Andrew