revert: digest auth testbench

This commit is contained in:
Pragadesh-45
2024-12-26 10:40:51 +05:30
parent b612da4f3c
commit 907f6a19ad

View File

@@ -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
}