Always use the POST method.
This commit is contained in:
parent
70bedaf8dd
commit
42bb3b5aca
@ -283,7 +283,7 @@ function call(args) {
|
|||||||
headers: {
|
headers: {
|
||||||
'content-length': stats.size,
|
'content-length': stats.size,
|
||||||
},
|
},
|
||||||
method: 'PUT'
|
method: 'POST'
|
||||||
}).get(0);
|
}).get(0);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user