Skip to content

Commit

Permalink
Merge branch 'fix#1603' of https://github.com/Tivix/axios into Tivix-…
Browse files Browse the repository at this point in the history
…fix#1603
  • Loading branch information
jasonsaayman committed Apr 1, 2022
2 parents 1f13dd7 + 24b44a6 commit 9b8e004
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/adapters/xhr.js
Expand Up @@ -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
Expand Down

0 comments on commit 9b8e004

Please sign in to comment.