Add tests for destination rewrite
[privoxy.git] / tests / cts / rewrite-behind-client-back / data / test4
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
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
20 <client>
21 <server>
22 http
23 </server>
24 <name>
25 Client header filter that doesn't match anything. According to Valgrind it triggers a "Conditional jump or move depends on uninitialised value(s)"
26 </name>
27 <command>
28 http:///%HOSTIP:%HTTPPORT/%TESTNUMBER
29 </command>
30 </client>
31
32 <verify>
33 <protocol>
34 GET /%TESTNUMBER HTTP/1.1\r
35 Host: %HOSTIP:%HTTPPORT\r
36 User-Agent: curl/%VERSION\r
37 Accept: */*\r
38 Connection: close\r
39 \r
40 </protocol>
41 </verify>
42 </testcase>