1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6HTTP proxy
7multi
8FAILURE
9</keywords>
10</info>
11
12# Server-side
13<reply>
14</reply>
15
16# Client-side
17<client>
18<server>
19none
20</server>
21<features>
22http
23</features>
24# tool is what to use instead of 'curl'
25<tool>
26lib504
27</tool>
28
29 <name>
30simple multi through local proxy without listener
31 </name>
32 <command>
33http://%HOSTIP:%HTTPSPORT/504 %HOSTIP:55555
34</command>
35</client>
36
37# Verify data after the test has been "shot"
38<verify>
39<errorcode>
40100
41</errorcode>
42</verify>
43</testcase>
44