From ec4a16f2e01b0b92e16fc841bc676394f37022f1 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 20 Sep 2006 21:49:41 +0000 Subject: Armel Asselin fixed problems when you gave a proxy URL with user name and empty password or no password at all. Test case 278 and 279 were added to verify. --- tests/data/test278 | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 tests/data/test278 (limited to 'tests/data/test278') diff --git a/tests/data/test278 b/tests/data/test278 new file mode 100644 index 000000000..77e80456a --- /dev/null +++ b/tests/data/test278 @@ -0,0 +1,47 @@ + + +HTTP +HTTP GET +HTTP proxy +HTTP proxy Basic auth + + +# Server-side + + +HTTP/1.1 200 OK swsclose +Date: Thu, 09 Nov 2010 14:49:00 GMT +Content-Type: text/html + +the content would go here + + + +# Client-side + + +http + + +HTTP with proxy string including http:// and user+empty password + + +http://we.want.that.site.com/278 -x http://f%61ke:@%HOSTIP:%HTTPPORT + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET http://we.want.that.site.com/278 HTTP/1.1 +Proxy-Authorization: Basic ZmFrZTo= +Host: we.want.that.site.com +Pragma: no-cache +Accept: */* +Proxy-Connection: Keep-Alive + + + -- cgit v1.2.3