mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 16:44:16 +00:00
21 lines
249 B
Plaintext
21 lines
249 B
Plaintext
meta {
|
|
name: Digest Auth 401
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: https://www.httpfaker.org/api/auth/digest/auth/admin/badpassword
|
|
body: none
|
|
auth: digest
|
|
}
|
|
|
|
auth:digest {
|
|
username: foo
|
|
password: passwd
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 401
|
|
}
|