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/306 49</command> 50</client> 51 52# 53# Verify data after the test has been "shot" 54<verify> 55<strip> 56^User-Agent:.* 57</strip> 58<protocol> 59GET /306 HTTP/1.1 60Host: %HOSTIP:%HTTPSPORT 61Accept: */* 62 63</protocol> 64</verify> 65</testcase> 66