Explorar o código

Update cube-code.js

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits %!s(int64=3) %!d(string=hai) anos
pai
achega
a29528868f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Public/js/cube-code.js

+ 1 - 1
Public/js/cube-code.js

@@ -358,7 +358,7 @@ function myCube(myname, myformalName, myAPP_HOST) {
     bConnectionOK = false;
     var xhttp = new XMLHttpRequest();
     //alert(this.formalName);
-    var xmluri = "http://" + myAPP_HOST + "/getxml?f=" + this.formalName;
+    var xmluri = "https://" + myAPP_HOST + "/getxml?f=" + this.formalName;
     //alert(xmluri);
     xhttp.open("GET", xmluri, true);  
     xhttp.send();