blob: 0ca5b5aae307f5c733dfa0c5fdf7c4609ad56bab [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTP proxy
5</keywords>
6</info>
7
8#
9# Client-side
10<client>
11<server>
12http
13</server>
14 <name>
15/-prefixed proxy name
16 </name>
17 <command>
18http://%HOSTIP:%HTTPPORT/we/want/that/page/%TESTNUMBER -x "/server"
19</command>
20<features>
21proxy
22</features>
23</client>
24
25#
26# Verify data after the test has been "shot"
27<verify>
28# 5 == CURLE_COULDNT_RESOLVE_PROXY
29<errorcode>
305
31</errorcode>
32</verify>
33</testcase>