From 2769f3b2452cc208d5cb043ab388b79f3efa8864 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 20 Nov 2003 09:52:48 +0000 Subject: request a file over proxy without credentials, and get a 407 back --- tests/data/test93 | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 tests/data/test93 (limited to 'tests/data/test93') diff --git a/tests/data/test93 b/tests/data/test93 new file mode 100644 index 000000000..1c5e73bb1 --- /dev/null +++ b/tests/data/test93 @@ -0,0 +1,41 @@ +# +# Server-side + + +HTTP/1.1 407 Needs proxy authentication +Server: test-server/fake swsclose yesyes +Proxy-Authenticate: Basic "oh please" +Connection: close + +bing + + + +# +# Client-side + + +http + + +HTTP GET with failed proxy auth + + +http://%HOSTIP:%HOSTPORT/93 -x %HOSTIP:%HOSTPORT + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET http://127.0.0.1:8999/93 HTTP/1.1 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + + + -- cgit v1.2.3