diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-24 20:21:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-24 20:21:01 +0000 |
commit | d46afd2b6a37d60af653379b0332479f15dfdbad (patch) | |
tree | d7c9e4fd92a58f08edb2f9ab28cc3ba714469d3d /tests | |
parent | ce4b8420d17f0e87caed52ceeb6cd22af0e07caf (diff) | |
download | curl-d46afd2b6a37d60af653379b0332479f15dfdbad.tar.gz |
make it work with Negotiate support enabled too
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test91 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test91 b/tests/data/test91 index ff5983dcc..62491b584 100644 --- a/tests/data/test91 +++ b/tests/data/test91 @@ -3,7 +3,7 @@ <data> HTTP/1.1 401 Authorization Required swsclose
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
-WWW-Authenticate: Negotiate
+WWW-Authenticate: Magic-Negotiate
WWW-Authenticate: NTLM
WWW-Authenticate: Basic realm="daniel"
Content-Type: text/html; charset=iso-8859-1
@@ -36,7 +36,7 @@ Finally, this is the real page! <datacheck> HTTP/1.1 401 Authorization Required swsclose
Server: Apache/1.3.27 (Darwin) PHP/4.1.2
-WWW-Authenticate: Negotiate
+WWW-Authenticate: Magic-Negotiate
WWW-Authenticate: NTLM
WWW-Authenticate: Basic realm="daniel"
Content-Type: text/html; charset=iso-8859-1
|