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) {