xref: /curl/tests/data/test720 (revision 3fd80c7b)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6SOCKS5
7SOCKS5h
8</keywords>
9</info>
10
11#
12# Server-side
13<reply>
14<data>
15HTTP/1.1 200 OK
16Date: Tue, 09 Nov 2010 14:49:00 GMT
17Server: test-server/fake
18Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
19ETag: "21025-dc7-39462498"
20Accept-Ranges: bytes
21Content-Length: 6
22Connection: close
23Content-Type: text/html
24Funny-head: yesyes
25
26-foo-
27</data>
28</reply>
29
30#
31# Client-side
32<client>
33<features>
34proxy
35</features>
36<server>
37http
38socks5
39</server>
40<name>
41HTTP GET with IPv4 numerical via SOCKS5h
42</name>
43<command>
44http://12.34.56.78:%HTTPPORT/%TESTNUMBER --proxy socks5h://%HOSTIP:%SOCKSPORT
45</command>
46</client>
47
48#
49# Verify data after the test has been "shot"
50<verify>
51<protocol>
52GET /%TESTNUMBER HTTP/1.1
53Host: 12.34.56.78:%HTTPPORT
54User-Agent: curl/%VERSION
55Accept: */*
56
57</protocol>
58<socks>
59atyp 1 => 12.34.56.78
60</socks>
61</verify>
62</testcase>
63