blob: b5aaec2f46e0c1c2893e46c3f6a8e7ff3c5f529c [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6HTTP proxy
7cookies
8</keywords>
9</info>
10
11# Server-side
12<reply>
13<data>
14HTTP/1.1 200 OK
15Server: Microsoft-IIS/4.0
16Date: Tue, 25 Sep 2001 19:37:44 GMT
17Content-Type: text/html
18Connection: close
19Content-Length: 21
20
21This server says moo
22</data>
23</reply>
24
25# Client-side
26<client>
27<server>
28http
29</server>
30 <name>
31HTTP using proxy and cookies with path checks
32 </name>
33 <command>
34http://supertrooper.fake/c/%TESTNUMBER -b log/injar%TESTNUMBER -x %HOSTIP:%HTTPPORT
35</command>
36<file name="log/injar%TESTNUMBER">
37supertrooper.fake FALSE /a FALSE 2139150993 mooo indeed
38supertrooper.fake FALSE /b FALSE 0 moo1 indeed
39supertrooper.fake FALSE /c FALSE 2139150993 moo2 indeed
40</file>
41<features>
42proxy
43</features>
44</client>
45
46# Verify data after the test has been "shot"
47<verify>
48<protocol>
49GET http://supertrooper.fake/c/%TESTNUMBER HTTP/1.1
50Host: supertrooper.fake
51User-Agent: curl/%VERSION
52Accept: */*
53Proxy-Connection: Keep-Alive
54Cookie: moo2=indeed
55
56</protocol>
57</verify>
58</testcase>