Explorar el Código

Update cube-code.js

Daniele Bonini (皮夕): WebDev and DevOps by lots of Sim.pli.city bits hace 3 años
padre
commit
a29528868f
Se han modificado 1 ficheros con 1 adiciones y 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();