There was an error while loading. Please reload this page.
1 parent cf8e325 commit a66b965Copy full SHA for a66b965
tasks/http_upload.js
@@ -58,8 +58,6 @@ module.exports = function(grunt) {
58
strictSSL: options.rejectUnauthorized,
59
method: options.method,
60
headers: options.headers,
61
- followRedirect: true,
62
- followAllRedirects: true,
63
formData: reqData
64
}, function optionalCallback(err, response, data) {
65
if (err) {
0 commit comments