From fc6eff13b5414caf6edf22d73a3239e074a04216 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 4 May 2004 07:52:53 +0000 Subject: General HTTP authentication cleanup and fixes --- tests/data/test168 | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 tests/data/test168 (limited to 'tests/data/test168') diff --git a/tests/data/test168 b/tests/data/test168 new file mode 100644 index 000000000..e726b5101 --- /dev/null +++ b/tests/data/test168 @@ -0,0 +1,82 @@ +# Server-side + + +# this is returned first since we get no proxy-auth + +HTTP/1.1 407 Authorization Required to proxy me my dear swsclose +Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345" + +And you should ignore this data. + + +# then this is returned since we get no server-auth + +HTTP/1.1 401 Authorization to the remote host as well swsbounce swsclose +WWW-Authenticate: Digest realm="realmweirdo", nonce="123456" + +you should ignore this data too + + + +HTTP/1.1 200 OK swsclose +Server: no + +Nice auth sir! + + + +HTTP/1.1 407 Authorization Required to proxy me my dear swsclose +Proxy-Authenticate: Digest realm="weirdorealm", nonce="12345" + +HTTP/1.1 401 Authorization to the remote host as well swsbounce swsclose +WWW-Authenticate: Digest realm="realmweirdo", nonce="123456" + +HTTP/1.1 200 OK swsclose +Server: no + +Nice auth sir! + + + +# Client-side + + +http + + +HTTP with proxy-requiring-Digest to site-requiring-Digest + + +http://data.from.server.requiring.digest.hohoho.com/168 --proxy http://%HOSTIP:%HOSTPORT --proxy-user foo:bar --proxy-digest --digest --user digest:alot + + + +# Verify data after the test has been "shot" + + +^User-Agent: curl/.* + + +GET http://data.from.server.requiring.digest.hohoho.com/168 HTTP/1.1 +User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares/1.2.0 libidn/0.4.3 +Host: data.from.server.requiring.digest.hohoho.com +Pragma: no-cache +Accept: */* + +GET http://data.from.server.requiring.digest.hohoho.com/168 HTTP/1.1 +Proxy-Authorization: Digest username="digest", realm="weirdorealm", nonce="12345", uri="/168", response="4e79e4fc104ef1f16ab4567e1ad4dede" +User-Agent: curl/7.12.0-CVS (i686-pc-linux-gnu) libcurl/7.12.0-CVS OpenSSL/0.9.6b zlib/1.1.4 c-ares/1.2.0 libidn/0.4.3 +Host: data.from.server.requiring.digest.hohoho.com +Pragma: no-cache +Accept: */* + +GET http://data.from.server.requiring.digest.hohoho.com/168 HTTP/1.1 +Proxy-Authorization: Digest username="digest", realm="weirdorealm", nonce="12345", uri="/168", response="4e79e4fc104ef1f16ab4567e1ad4dede" +Authorization: Digest username="digest", realm="realmweirdo", nonce="123456", uri="/168", response="ca87f2d768a231e2d637a55698d5c416" +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 GSS libidn/0.4.3 +Host: data.from.server.requiring.digest.hohoho.com +Pragma: no-cache +Accept: */* + + + -- cgit v1.2.3