What would cause Internet Explorer to replace the HTTP header
Authorization : Bearer
with
Authorizat
We had a problem where Internet Explorer was caching credentials. We could fix the problem by using the following script:
document.execCommand('ClearAuthenticationCache', 'false');
see: Wikipedia