mirror of
https://github.com/tenrok/axios.git
synced 2026-05-30 15:24:11 +03:00
@@ -42,9 +42,6 @@ Axios.prototype.request = function request(config) {
|
||||
config.url = combineURLs(config.baseURL, config.url);
|
||||
}
|
||||
|
||||
// Don't allow overriding defaults.withCredentials
|
||||
config.withCredentials = config.withCredentials || this.defaults.withCredentials;
|
||||
|
||||
// Transform request data
|
||||
config.data = transformData(
|
||||
config.data,
|
||||
|
||||
Reference in New Issue
Block a user