Merge pull request #1019 from PLCHome/master

Communication error behind an HTTPS proxy
This commit is contained in:
jomjol
2022-09-16 16:46:29 +02:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ function getbasepath(){
} }
else else
{ {
host = "http://" + host; host = window.location.protocol + "//" + host;
if (window.location.port != "") { if (window.location.port != "") {
host = host + ":" + window.location.port; host = host + ":" + window.location.port;
} }