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
HTTP header names are case-insensitive and HashWithIndifferentAccess does not
normalize case, so a consumer-set 'authorization' (non-canonical case) leaked
through Error#to_h. Match Authorization/Proxy-Authorization case-insensitively.
HELDENPMI-132
0 commit comments