diff --git a/.ci/.autoRedirect b/.ci/.autoRedirect
index 9691ca23d466957fc952d44bd7345dff698e3540..4e145579886f091e2665c8e3084619556e331933 100644
--- a/.ci/.autoRedirect
+++ b/.ci/.autoRedirect
@@ -6,7 +6,7 @@
         jQuery.ajax({
             url:      url,
             dataType: 'text',
-            type:     'HEAD',
+            type:     'GET',
             cache:    false,
             complete:  function(xhr){
                 if(typeof cb === 'function')