Skip to content

Support DIGEST authentication #4547

@SH-apanagiotidis

Description

@SH-apanagiotidis

Problem to solve

It seems hurl does not support DIGEST authentication which is supported in curl via --digest.

Proposal

Similar to basic authentication it should be possible to define something like this:

[DigestAuth]
user: password

This should behave equivalent to --digest --user user:password in curl.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions