- Sep 4, 2017
- 194
- 325
in Blue Iris 5.2.9.2 passing password is now giving authentication required error message,
in Blue Iris 5.2.7.12 passing password still works.
in both Blue Iris branches , if you've setup authentication required from Non-Lan Only and were using
+, ^ to bypass the basic firewall function, they no longer work, it seems you now have to pass user,pw to make the rest
URL's work again, don't know how long this has been broken, I just discovered it a couple of days ago.
I've had to switch from 5.2.9.2 to 5.2.7.12 and now I have to pass user,pw to make the REST URL's work again.
Does somebody know a solution for this problem? If I change the trigger URL from localhost to A) 127.0.0.1 (which is equal to localhost) or B) to the actual ip, it works. Crazy.
And as PhantomWolf mentioned, this problem also occurs with Deepstack. This might explain the problems some are having when trying to reach deepstack!
I had the same issue yesterday when I set mine up. AI Tool could not reach Deepstack when I had the Deepstack URL set to localhost:[specificPort]. It worked perfectly after I changed 'localhost' to the actual private IP of the computer. This, for me, looked like: 192.168.1.[specificIP]:[specificPort]