From 20d67917c4443623275c14df53edf7bbcf5b1f90 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 28 May 2001 11:19:44 +0000 Subject: test: HTTP over proxy --- tests/data/test5 | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/test5 (limited to 'tests/data/test5') diff --git a/tests/data/test5 b/tests/data/test5 new file mode 100644 index 000000000..8ced1d739 --- /dev/null +++ b/tests/data/test5 @@ -0,0 +1,38 @@ +# +# Server-side + + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Type: text/html +Funny-head: yesyes + + + + +# +# Client-side + + +HTTP over proxy + + +http://%HOSTIP:%HOSTPORT/we/want/that/page/5 -x %HOSTIP:%HOSTPORT + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET http://127.0.0.1:8999/we/want/that/page/5 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