There was an error while loading. Please reload this page.
1 parent a42bef5 commit 02ac088Copy full SHA for 02ac088
tasks/http_upload.js
@@ -58,6 +58,8 @@ 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