Page 1 of 1

BaseURL

Posted: Sun Oct 27, 2019 2:46 pm
by oparudi
Hello,

I set up the internal webserver of BlueIris and set a BaseURL to "blueirisproxydir" in the settings to get access with reverse Proxying.

when I call:

http://mydomain.de/blueirisproxydir/

then it redirects correctly to:

http://mydomain.de/blueirisproxydir/login.htm?page=%2F

so, BaseURL is returned from BI webserver.

but when I send the logindata, the response from the BI webserver is:

http://mydomain.de/?session=56aa3f8f1cd ... a6562f7423

so BaseURL is not returned after logging in. I think this is a bug and should be fixed.