diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-08-11 10:12:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-08-11 10:12:35 +0000 |
commit | a2b2d4cd5c99741eeb9781aadfd92a5c4994da2e (patch) | |
tree | 950f0a84ce8d127a21f8b65bbb9d79baf6d669ba /tests/data/test79 | |
parent | 96e217b49628a7dd19ad4be66b1842dcf0940309 (diff) |
added test 79, a basic test that fetches an FTP URL over a HTTP proxy
Diffstat (limited to 'tests/data/test79')
-rw-r--r-- | tests/data/test79 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/data/test79 b/tests/data/test79 new file mode 100644 index 000000000..c068aaec3 --- /dev/null +++ b/tests/data/test79 @@ -0,0 +1,42 @@ +# +# Server-side +<reply> +<data> +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake swsclose +Content-Type: text/html +Funny-head: yesyes + +contents +</data> +</reply> + +# +# Client-side +<client> +<server> +http +</server> + <name> +FTP over HTTP proxy + </name> + <command> +ftp://%HOSTIP:%HOSTPORT/we/want/that/page/79 -x %HOSTIP:%HOSTPORT +</command> +</test> + +# +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +GET ftp://127.0.0.1:8999/we/want/that/page/79 HTTP/1.1
+Host: 127.0.0.1:8999
+Pragma: no-cache
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
+
+</protocol> +</verify> |