IE 11 not passing Authorization header in API call IE 11 not passing Authorization header in API call reactjs reactjs

IE 11 not passing Authorization header in API call


Is you IE running on enhanced protection mode?It does not seem to be code issue. https://www.npmjs.com/package/react-native-axios

react-native-axios support IE11.use f12 debugger and check for not found url in network traffic.


You probably need to set withCredentials: true in order for authorization headers to be passed to CORS requests.