2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-11 18:02:32 +03:00

Merge branch 'fix#1603' of https://github.com/Tivix/axios into Tivix-fix#1603

This commit is contained in:
Jay
2022-04-01 19:57:44 +02:00
-4
View File
@@ -28,10 +28,6 @@ module.exports = function xhrAdapter(config) {
}
}
if (utils.isFormData(requestData)) {
delete requestHeaders['Content-Type']; // Let the browser set it
}
var request = new XMLHttpRequest();
// HTTP basic authentication