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.
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:
This should behave equivalent to
--digest --user user:passwordin curl.