diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-21 08:51:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-21 08:51:54 +0000 |
commit | 68826c25f8660bfbabe634eda8d968acec7a9205 (patch) | |
tree | d48536448e538789db26b6613023c4d55f6195f4 /tests/data/test96 | |
parent | 5e2fcc1f74fa5d793e7e3c6e3384879327705bdd (diff) |
removed Basic in the initial response to see if it makes any difference
in the failure frequency
Diffstat (limited to 'tests/data/test96')
-rw-r--r-- | tests/data/test96 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/data/test96 b/tests/data/test96 index 40a805805..a5351f9ad 100644 --- a/tests/data/test96 +++ b/tests/data/test96 @@ -5,7 +5,6 @@ HTTP/1.1 401 Authorization Required swsclose Server: Apache/1.3.27 (Darwin) PHP/4.1.2
WWW-Authenticate: Magic-Negotiate
WWW-Authenticate: NTLM
-WWW-Authenticate: Basic realm="daniel"
Content-Type: text/html; charset=iso-8859-1
Content-Length: 5
@@ -39,7 +38,6 @@ HTTP/1.1 401 Authorization Required swsclose Server: Apache/1.3.27 (Darwin) PHP/4.1.2
WWW-Authenticate: Magic-Negotiate
WWW-Authenticate: NTLM
-WWW-Authenticate: Basic realm="daniel"
Content-Type: text/html; charset=iso-8859-1
Content-Length: 5
@@ -68,7 +66,7 @@ SSL http </server> <name> -HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 5 +HTTP with NTLM/Magic, anyauth and user with domain, with size 5 </name> <command> http://%HOSTIP:%HOSTPORT/96 --anyauth -u mydomain\\myself:secret |