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/test279 | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 tests/data/test279 (limited to 'tests/data/test279') diff --git a/tests/data/test279 b/tests/data/test279 new file mode 100644 index 000000000..716a99ea6 --- /dev/null +++ b/tests/data/test279 @@ -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 only + + +http://we.want.that.site.com/279 -x http://f%61ke@%HOSTIP:%HTTPPORT + + + +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET http://we.want.that.site.com/279 HTTP/1.1 +Proxy-Authorization: Basic ZmFrZUAxMjcuMC4wLjE6ODk5MA0= +Host: we.want.that.site.com +Pragma: no-cache +Accept: */* +Proxy-Connection: Keep-Alive + + + -- cgit v1.2.3