IE11 overrides Bearer authorization header in intranet environment
问题 I'm encountering a pretty strange issue in IE11 where the browser is overriding the Authorization header in my requests even though I am setting it via AngularJS. Basically, I have an HTTP interceptor registered for all requests that looks like this: AuthInterceptorService.request = function (config) { config.headers.Authorization = "Bearer " + bearerToken; } This works great in all browsers (even IE under certain conditions). I have my app set up in IIS as allowing anonymous authentication