Skip to content

Case sensitivity of authorization header #19

@brettw1234

Description

@brettw1234

Our request is failing the validate step because our authorization header is in title case. It looks like the validate function is looking for that header in all lower case - req.original.headers['authorization'].

According to the http spec, header names are case-insensitive. Can the validate function be updated to ignore case?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions