You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new code added 3 weeks ago is checking for an Authorization header. It looks for 'Authorization' in the header array. http headers are case insensitive.
Just worked on a user issue where they loaded the header in authorization = .... and then used the header option authorization in the global headers object.
This should work.