diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
commit | 3e1caa61859a6057a65eb7c1585d47e05026c4f2 (patch) | |
tree | 3c1aed832eaf3cd917a90d8c8558106f8ea40ec5 /tests/data/test170 | |
parent | 50eafb7668de871451ae556e5405f5ab01c937ff (diff) |
HTTP "auth done right". See lib/README.httpauth
Diffstat (limited to 'tests/data/test170')
-rw-r--r-- | tests/data/test170 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/data/test170 b/tests/data/test170 index 659f693db..46012ad4e 100644 --- a/tests/data/test170 +++ b/tests/data/test170 @@ -24,12 +24,13 @@ http://a.galaxy.far.far.away/170 --proxy http://%HOSTIP:%HTTPPORT --proxy-user f ^User-Agent: curl/.* </strip> <protocol> -HEAD http://a.galaxy.far.far.away/170 HTTP/1.1
+POST http://a.galaxy.far.far.away/170 HTTP/1.1
Proxy-Authorization: NTLM TlRMTVNTUAABAAAAAgIAAAAAAAAgAAAAAAAAACAAAAA=
User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 libidn/0.4.3
Host: a.galaxy.far.far.away
Pragma: no-cache
Accept: */*
+Content-Length: 0
</protocol> # 52 is CURLE_GOT_NOTHING |