Skip to content
This repository was archived by the owner on Apr 16, 2020. It is now read-only.
This repository was archived by the owner on Apr 16, 2020. It is now read-only.

headers converted to lowercase #63

@spiderworm

Description

@spiderworm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions