xref: /curl/tests/data/test306 (revision fc3e1cbc)
1<testcase>
2<info>
3<keywords>
4HTTPS
5HTTP GET
6</keywords>
7</info>
8
9#
10# Server-side
11<reply>
12<data>
13No headers at all, just data swsclose
14
15Let's get
16
17a little
18
19so that
20
21we
22
23have
24
25some
26
27test
28
29data to
30
31verify
32</data>
33</reply>
34
35#
36# Client-side
37<client>
38<features>
39SSL
40</features>
41<server>
42https
43</server>
44<name>
45HTTPS GET, receive no headers only data!
46</name>
47<command>
48-k https://%HOSTIP:%HTTPSPORT/%TESTNUMBER --http0.9
49</command>
50</client>
51
52#
53# Verify data after the test has been "shot"
54<verify>
55<protocol>
56GET /%TESTNUMBER HTTP/1.1
57Host: %HOSTIP:%HTTPSPORT
58User-Agent: curl/%VERSION
59Accept: */*
60
61</protocol>
62</verify>
63</testcase>
64