Skip to content

api_key header changes case #523

@BenFradet

Description

@BenFradet

When using the following in my index.html

window.authorizations.add("key", new ApiKeyAuthorization("api_key", key, "header"));

An Api_key header is generated instead of api_key with every request.

I solved the issue on the server side by catching every header like api_key no matter its case but I was wondering what was causing this.

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