diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-28 11:19:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-28 11:19:44 +0000 |
commit | 20d67917c4443623275c14df53edf7bbcf5b1f90 (patch) | |
tree | 6ada807fae972f09376fb3ceef287712477fc57a /tests/data/test5 | |
parent | 915b10052c45852adb015fe5a4cdacdf860f462e (diff) |
test: HTTP over proxy
Diffstat (limited to 'tests/data/test5')
-rw-r--r-- | tests/data/test5 | 38 |
1 files changed, 38 insertions, 0 deletions
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 +<reply> +<data> +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 + +</data> +</reply> + +# +# Client-side +<client> + <name> +HTTP over proxy + </name> + <command> +http://%HOSTIP:%HOSTPORT/we/want/that/page/5 -x %HOSTIP:%HOSTPORT +</command> +</test> + +# +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +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, */*
+
+</protocol> +</verify> |