axios get request with header Authorization not working on Edge browser
问题 I am using axios get request with headers in vuejs application. Working fine and getting response in chrome and firefox. But in edge its not working, getting Network Error. I am sending the request with header Authorization. axios.get(url, { headers: { 'Authorization': 'Basic bmlwerydmFdfgdfgdfllobjhJayw=' } }) .then(function(response) { console.log("Success"); } }).catch(function(error) { console.log(error); }); showing following error in console. [object Error]: {config: Object, description