Sanjai Kumar 2dd0424d8f
Add @usebruno/requests package with digest authentication support (#4417)
* Add @usebruno/requests package with digest authentication support
---------

Co-authored-by: sanjai0py <sanjailucifer666@gmail.com>
Co-authored-by: ramki-bruno <ramki@usebruno.com>
2025-04-10 14:49:21 +05:30

21 lines
231 B
Plaintext

meta {
name: Digest Auth 401
type: http
seq: 2
}
get {
url: https://httpbin.org/digest-auth/auth/foo/passw
body: none
auth: digest
}
auth:digest {
username: foo
password: passwd
}
assert {
res.status: eq 401
}