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