Testing Ground uses HTTPS now

This commit is contained in:
Felix Krause 2016-11-30 20:31:36 +01:00
parent 40e303049f
commit 294fc875bd
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ updated as you type.
var params = "style=" + encodeURIComponent(document.querySelector(
"input[name=style]:checked").value) + "&input=" + encodeURIComponent(
document.getElementById("yaml-input").value);
r.open("POST", "http://flyx.org:5000", true);
r.open("POST", "https://nimyaml.org/webservice/", true);
r.setRequestHeader("Content-type", "application/x-www-form-urlencoded");
r.onreadystatechange = function() {
if (r.readyState == 4) {