diff options
Diffstat (limited to 'tests/data/test1180')
-rw-r--r-- | tests/data/test1180 | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/tests/data/test1180 b/tests/data/test1180 new file mode 100644 index 000000000..88e8bc43c --- /dev/null +++ b/tests/data/test1180 @@ -0,0 +1,48 @@ +<testcase> +<info> +<keywords> +HTTP +HTTP proxy +</keywords> +</info> + +# Server-side +<reply> +<data> +HTTP/1.1 200 OK +Server: Blafasel/5.0 +Date: Sat, 16 Jan 2021 14:48:30 GMT +Content-Length: 12 + +Bla bla bla +</data> + +</reply> + +# Client-side +<client> +<server> +http +</server> +<features> +proxy +</features> + <name> +HTTP GET request with proxy and -H "Proxy-Connection: keep-alive" + </name> + <command> +--proxy http://%HOSTIP:%HTTPPORT -H "Proxy-Connection: Keep-Alive" http://%HOSTIP:%HTTPPORT/1180 +</command> +</client> + +<verify> +<protocol> +GET http://%HOSTIP:%HTTPPORT/1180 HTTP/1.1
+Host: %HOSTIP:%HTTPPORT
+User-Agent: curl/%VERSION
+Accept: */*
+Proxy-Connection: Keep-Alive
+
+</protocol> +</verify> +</testcase> |