Skip to content

Case sensitivity of authorization header #19

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions