request a page from HTTPS but get no headers
authorDaniel Stenberg <daniel@haxx.se>
Fri, 13 Sep 2002 10:56:23 +0000 (10:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 13 Sep 2002 10:56:23 +0000 (10:56 +0000)
tests/data/test306 [new file with mode: 0644]

diff --git a/tests/data/test306 b/tests/data/test306
new file mode 100644 (file)
index 0000000..bb07b52
--- /dev/null
@@ -0,0 +1,51 @@
+#
+# Server-side
+<reply>
+<data>
+No headers at all, just data
+
+Let's get
+
+a little
+
+so that
+
+we
+
+have
+
+some
+
+test
+
+data to
+
+verify
+</data>
+</reply>
+
+#
+# Client-side
+<client>
+ <name>
+HTTPS GET, receive no headers only data!
+ </name>
+ <command>
+-k https://%HOSTIP:%HTTPSPORT/306
+</command>
+</test>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<strip>
+^User-Agent:.*
+</strip>
+<protocol>
+GET /306 HTTP/1.1\r
+Host: 127.0.0.1:8433\r
+Pragma: no-cache\r
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*\r
+\r
+</protocol>
+</verify>