Add tests for client-header-order with https-inspection enabled
[privoxy.git] / tests / cts / client-header-order-https / data / test334
1 <testcase>
2 <info>
3 <keywords>
4 HTTPS
5 HTTP GET
6 </keywords>
7 </info>
8
9 <reply>
10 <data>
11 HTTP/1.1 200 OK
12 Date: Thu, 22 Jul 2010 11:22:33 GMT
13 Content-Length: 9
14
15 Blafasel
16 </data>
17 </reply>
18
19 <proxy-reply>
20 <data>
21 HTTP/1.1 200 Connection established
22
23 HTTP/1.1 200 OK
24 Date: Thu, 22 Jul 2010 11:22:33 GMT
25 Content-Length: 9
26 Connection: close
27
28 Blafasel
29 </data>
30 </proxy-reply>
31
32 <client>
33 <features>
34 SSL
35 </features>
36 <server>
37 https
38 </server>
39 <name>
40 HTTP client header order 3 through https. Only a few headers to sort.
41 </name>
42 <command>
43 --insecure https://%HOSTIP:%HTTPSPORT/%TESTNUMBER
44 </command>
45 </client>
46
47 <verify>
48 <protocol>
49 GET /%TESTNUMBER HTTP/1.1\r
50 Host: %HOSTIP:%HTTPSPORT\r
51 User-Agent: curl/%VERSION\r
52 Accept: */*\r
53 \r
54 </protocol>
55 </verify>
56 </testcase>