Imported Upstream version 7.48.0
[platform/upstream/curl.git] / tests / data / test1526
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 HTTP CONNECT
7 HTTP proxy
8 proxytunnel
9 CURLOPT_PROXYHEADER
10 </keywords>
11 </info>
12
13 # Server-side
14 <reply>
15 <connect>
16 HTTP/1.1 200 OK\r
17 Server: present\r
18 \r
19 </connect>
20 <data>
21 HTTP/1.1 200 OK swsclose\r
22 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
23 Server: test-server/fake\r
24 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT\r
25 ETag: "21025-dc7-39462498"\r
26 </data>
27 <datacheck>
28 HTTP/1.1 200 OK\r
29 Server: present\r
30 \r
31 HTTP/1.1 200 OK swsclose\r
32 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
33 Server: test-server/fake\r
34 Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT\r
35 ETag: "21025-dc7-39462498"\r
36 </datacheck>
37 </reply>
38
39 # Client-side
40 <client>
41 <server>
42 http
43 http-proxy
44 </server>
45 <tool>
46 lib1526
47 </tool>
48  <name>
49 CURLOPT_PROXYHEADER: separate host/proxy headers
50  </name>
51  <command>
52  http://the.old.moo.1526:%HTTPPORT/1526 %HOSTIP:%PROXYPORT
53 </command>
54 </client>
55
56 # Verify data after the test has been "shot"
57 <verify>
58 <proxy>
59 CONNECT the.old.moo.1526:%HTTPPORT HTTP/1.1\r
60 Host: the.old.moo.1526:%HTTPPORT\r
61 User-Agent: Proxy Agent\r
62 \r
63 </proxy>
64 <protocol>
65 PUT /1526 HTTP/1.1\r
66 Host: the.old.moo.1526:%HTTPPORT\r
67 Accept: */*\r
68 User-Agent: Http Agent\r
69 Content-Length: 13\r
70 Expect: 100-continue\r
71 \r
72 Hello Cloud!
73 </protocol>
74 </verify>
75 </testcase>