From b933639222de5936e48d75302c8bf77dc6b4a23a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 12 Aug 2003 08:19:23 +0000 Subject: more auth tests --- tests/data/Makefile.am | 2 +- tests/data/test82 | 1 - tests/data/test83 | 47 +++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test84 | 44 ++++++++++++++++++++++++++++++++++++++++++++ tests/data/test85 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 137 insertions(+), 2 deletions(-) create mode 100644 tests/data/test83 create mode 100644 tests/data/test84 create mode 100644 tests/data/test85 (limited to 'tests') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 6fbf10e95..c8c239d33 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -23,4 +23,4 @@ test58 test139 test140 test141 test59 test60 test61 test142 test143 \ test62 test63 test64 test65 test66 test144 test145 test67 test68 test41 \ test40 test42 test69 test70 test71 test72 test73 test146 test505 \ test74 test75 test76 test77 test78 test147 test148 test506 test79 test80 \ -test81 test82 +test81 test82 test83 test84 test85 diff --git a/tests/data/test82 b/tests/data/test82 index afd0b9beb..9fef0fabd 100644 --- a/tests/data/test82 +++ b/tests/data/test82 @@ -16,7 +16,6 @@ This is not the real page either! # Client-side -SSL http diff --git a/tests/data/test83 b/tests/data/test83 new file mode 100644 index 000000000..cbcd47a3c --- /dev/null +++ b/tests/data/test83 @@ -0,0 +1,47 @@ +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake swsclose +Content-Type: text/html +Funny-head: yesyes + +contents + + + +# +# Client-side + + +http + + +HTTP over proxy-tunnel with site authentication + + +http://%HOSTIP:%HOSTPORT/we/want/that/page/83 -p -x %HOSTIP:%HOSTPORT --user iam:myself + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +CONNECT 127.0.0.1:8999 HTTP/1.0 +User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3 + +GET /we/want/that/page/83 HTTP/1.1 +Authorization: Basic aWFtOm15c2VsZg== +User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + + + diff --git a/tests/data/test84 b/tests/data/test84 new file mode 100644 index 000000000..b95e85386 --- /dev/null +++ b/tests/data/test84 @@ -0,0 +1,44 @@ +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake swsclose +Content-Type: text/html +Funny-head: yesyes + +contents + + + +# +# Client-side + + +http + + +HTTP over proxy with site authentication + + +http://%HOSTIP:%HOSTPORT/we/want/that/page/84 -x %HOSTIP:%HOSTPORT --user iam:myself + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET http://127.0.0.1:8999/we/want/that/page/84 HTTP/1.1 +Authorization: Basic aWFtOm15c2VsZg== +User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + + + diff --git a/tests/data/test85 b/tests/data/test85 new file mode 100644 index 000000000..ce9771b88 --- /dev/null +++ b/tests/data/test85 @@ -0,0 +1,45 @@ +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake swsclose +Content-Type: text/html +Funny-head: yesyes + +contents + + + +# +# Client-side + + +http + + +HTTP over proxy with site and proxy authentication + + +http://%HOSTIP:%HOSTPORT/we/want/that/page/85 -x %HOSTIP:%HOSTPORT --user iam:myself --proxy-user testing:this + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET http://127.0.0.1:8999/we/want/that/page/85 HTTP/1.1 +Proxy-authorization: Basic dGVzdGluZzp0aGlz +Authorization: Basic aWFtOm15c2VsZg== +User-Agent: curl/7.10.7-pre2 (i686-pc-linux-gnu) libcurl/7.10.7-pre2 OpenSSL/0.9.7a zlib/1.1.3 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + + + -- cgit v1.2.3