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
{{ message }}
This repository was archived by the owner on Apr 16, 2020. It is now read-only.
I've noticed that adding headers to requests using request-json clientside (perhaps via node as well) causes the headers name to be converted to lowercase, i.e. adding the following header:
{ Authorization: Bearer ${token} }
... results in the following header:
authorization: Bearer ${token}
Not sure if this is an issue with services, but it's disconcerting that request-json appears to be modifying my headers.