From 2f78ee198205f8627c0d5a4cd434c215685ed730 Mon Sep 17 00:00:00 2001 From: Sean Clarke Date: Wed, 5 Jun 2019 18:44:56 -0400 Subject: [PATCH] changed URL for https requests - code was changed to https for Android App --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ab48e48..e992d9b 100644 --- a/index.html +++ b/index.html @@ -21,7 +21,7 @@ $.ajax({ type: "POST", - url: "http://" + ip + "/radio.php", + url: "https://" + ip + "/radio.php", xhrFields: { withCredentials: true },