|
|
@@ -217,7 +217,7 @@ DIGEST;
|
|
|
Digest username="Mufasa",
|
|
|
realm="testrealm@host.com",
|
|
|
nonce="dcd98b7102dd2f0e8b11d0f600bfb0c093",
|
|
|
- uri="/dir/index.html",
|
|
|
+ uri="/dir/index.html?query=string&value=some%20value",
|
|
|
qop=auth,
|
|
|
nc=00000001,
|
|
|
cnonce="0a4f113b",
|
|
|
@@ -228,7 +228,7 @@ DIGEST;
|
|
|
'username' => 'Mufasa',
|
|
|
'realm' => 'testrealm@host.com',
|
|
|
'nonce' => 'dcd98b7102dd2f0e8b11d0f600bfb0c093',
|
|
|
- 'uri' => '/dir/index.html',
|
|
|
+ 'uri' => '/dir/index.html?query=string&value=some%20value',
|
|
|
'qop' => 'auth',
|
|
|
'nc' => '00000001',
|
|
|
'cnonce' => '0a4f113b',
|