Skip to content

Digest auth will end in two connects for every request #1

@florianbecker

Description

@florianbecker

It is normal, that digest, need session data from webserver. So it connects to webserver, gets the data and can now send the complete session as normal known from requests. The current implementation will on every request challenge the digest auth and this is not wrong, but could be better not to do so. Maybe need to write the own challenging.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions