mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 16:44:16 +00:00
revert: digest auth testbench
This commit is contained in:
@@ -1,20 +0,0 @@
|
||||
meta {
|
||||
name: simple digest auth
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://httpbin.org/digest-auth/qop/one/two
|
||||
body: none
|
||||
auth: digest
|
||||
}
|
||||
|
||||
headers {
|
||||
accept: application/json
|
||||
}
|
||||
|
||||
auth:digest {
|
||||
username: one
|
||||
password: two
|
||||
}
|
||||
Reference in New Issue
Block a user