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/test177 | |
parent | 50eafb7668de871451ae556e5405f5ab01c937ff (diff) |
HTTP "auth done right". See lib/README.httpauth
Diffstat (limited to 'tests/data/test177')
-rw-r--r-- | tests/data/test177 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/data/test177 b/tests/data/test177 index 8543ab694..9188de045 100644 --- a/tests/data/test177 +++ b/tests/data/test177 @@ -29,11 +29,13 @@ http://%HOSTIP:%HTTPPORT/177 -u auser:apasswd --digest -d "junkelijunk" ^User-Agent:.* </strip> <protocol> -HEAD /177 HTTP/1.1
+POST /177 HTTP/1.1
User-Agent: curl/7.12.1-CVS (i686-pc-linux-gnu) libcurl/7.12.1-CVS OpenSSL/0.9.6b ipv6 zlib/1.1.4 GSS libidn/0.4.6
Host: 127.0.0.1:%HTTPPORT
Pragma: no-cache
Accept: */*
+Content-Length: 0
+Content-Type: application/x-www-form-urlencoded
</protocol> </verify> |