Update digest authentication test cases with new URLs and credentials

This commit is contained in:
Anoop M D
2025-09-08 22:50:11 +05:30
parent 03abbc585f
commit a7f6d669af
2 changed files with 4 additions and 4 deletions

View File

@@ -5,14 +5,14 @@ meta {
}
get {
url: https://httpbin.org/digest-auth/auth/foo/passwd
url: https://www.httpfaker.org/api/auth/digest/auth/admin/password
body: none
auth: digest
}
auth:digest {
username: foo
password: passwd
username: admin
password: password
}
assert {

View File

@@ -5,7 +5,7 @@ meta {
}
get {
url: https://httpbin.org/digest-auth/auth/foo/passw
url: https://www.httpfaker.org/api/auth/digest/auth/admin/badpassword
body: none
auth: digest
}