Skip to content
This repository was archived by the owner on Nov 20, 2019. It is now read-only.
This repository was archived by the owner on Nov 20, 2019. It is now read-only.

remove cookie support #8

@EECOLOR

Description

@EECOLOR

The scenario where you want to combine two authorization schemes is invalid. Browsers (when using basic auth) will send an Authorization header with each request. If the client code also uses an Authorization header the result is unpredictable. The RFC does not allow multiple authorization schemes using the Authorization header.

This will be a non-backward compatible change as applications would need to switch to X-Authorization or something similar if they wish to combine with basic auth.

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