summaryrefslogtreecommitdiffstats
path: root/tools/chrome_proxy
diff options
context:
space:
mode:
Diffstat (limited to 'tools/chrome_proxy')
-rw-r--r--tools/chrome_proxy/common/chrome_proxy_measurements.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/chrome_proxy/common/chrome_proxy_measurements.py b/tools/chrome_proxy/common/chrome_proxy_measurements.py
index 0ac6254..097c327 100644
--- a/tools/chrome_proxy/common/chrome_proxy_measurements.py
+++ b/tools/chrome_proxy/common/chrome_proxy_measurements.py
@@ -29,7 +29,7 @@ def WaitForViaHeader(tab, url="http://check.googlezip.net/test.html"):
'if (via_header_found) { return true; }'
'try {'
'var xmlhttp = new XMLHttpRequest();'
- 'xmlhttp.open("HEAD",url,true);'
+ 'xmlhttp.open("GET",url,true);'
'xmlhttp.onload=function(e) {'
# Store the last response received for debugging, this will be shown
# in telemetry dumps if the request fails or times out.