mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 16:44:16 +00:00
22 lines
285 B
Plaintext
22 lines
285 B
Plaintext
meta {
|
|
name: Digest Auth 200
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: https://www.httpfaker.org/api/auth/digest/auth/admin/password
|
|
body: none
|
|
auth: digest
|
|
}
|
|
|
|
auth:digest {
|
|
username: admin
|
|
password: password
|
|
}
|
|
|
|
assert {
|
|
res.status: eq 200
|
|
res.body.authenticated: isTruthy
|
|
}
|