2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

Merge branch 'Tivix-fix#1603'

This commit is contained in:
Jay
2022-04-01 19:58:30 +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