diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-21 14:08:16 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-21 14:08:16 +0000 |
commit | 294adcae9d12717e5e04c2fcb2c27a27520f054f (patch) | |
tree | ca0e0cbd066ad9e34ce0649655f63fbea530a413 /tests/data/test91 | |
parent | 1fd16e7b04f2f6bf6b4ba3842adccaf37b458faa (diff) |
modified test 91 to look more like Kevin Roth's error case
Diffstat (limited to 'tests/data/test91')
-rw-r--r-- | tests/data/test91 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/data/test91 b/tests/data/test91 index 54bf6da72..fc6f1bcb3 100644 --- a/tests/data/test91 +++ b/tests/data/test91 @@ -66,10 +66,10 @@ SSL http </server> <name> -HTTP with NTLM/Negotiate/Basic, anyauth and no user or password +HTTP with NTLM/Negotiate/Basic, anyauth and user with domain </name> <command> -http://%HOSTIP:%HOSTPORT/91 --anyauth +http://%HOSTIP:%HOSTPORT/91 --anyauth -u mydomain\\myself:secret </command> </test> @@ -93,7 +93,7 @@ Pragma: no-cache Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
GET /91 HTTP/1.1
-Authorization: NTLM TlRMTVNTUAADAAAAGAAYAEAAAAAAAAAAWAAAAAAAAABAAAAAAAAAAEAAAAAAAAAAQAAAAAAAAABYAAAAAYIAAGCT+8nLdjAKIyAekoPAy7B9436GAxPu0A==
+Authorization: NTLM TlRMTVNTUAADAAAAGAAYAE4AAAAAAAAAZgAAAAgACABAAAAABgAGAEgAAAAAAAAATgAAAAAAAABmAAAAAYIAAG15ZG9tYWlubXlzZWxmwjImlHmYemDYVmFrmRFoVn3jfoYDE+7Q
User-Agent: curl/7.10.6-pre1 (i686-pc-linux-gnu) libcurl/7.10.6-pre1 OpenSSL/0.9.7a ipv6 zlib/1.1.3
Host: 127.0.0.1:8999
Pragma: no-cache
|