xref: /curl/tests/data/test263 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6IPv6
7HTTP proxy
8</keywords>
9</info>
10#
11# Server-side
12<reply>
13<data>
14HTTP/1.1 200 OK
15Date: Tue, 09 Nov 2010 14:49:00 GMT
16Content-Length: 6
17Content-Type: text/html
18
19hello
20</data>
21</reply>
22
23#
24# Client-side
25<client>
26<features>
27ipv6
28proxy
29</features>
30<server>
31http-ipv6
32</server>
33<name>
34HTTP-IPv6 GET with proxy specified using IPv6-numerical address
35</name>
36<command>
37-g -x "http://%HOST6IP:%HTTP6PORT" http://veryveryremotesite.com/%TESTNUMBER
38</command>
39</client>
40
41#
42# Verify data after the test has been "shot"
43<verify>
44<protocol>
45GET http://veryveryremotesite.com/%TESTNUMBER HTTP/1.1
46Host: veryveryremotesite.com
47User-Agent: curl/%VERSION
48Accept: */*
49Proxy-Connection: Keep-Alive
50
51</protocol>
52</verify>
53</testcase>
54