]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/tests/data/test53
hello world
[icculus/iodoom3.git] / neo / curl / tests / data / test53
1 # Server-side
2 <reply>
3 <data>
4 HTTP/1.1 200 OK
5 Server: Microsoft-IIS/4.0
6 Date: Tue, 25 Sep 2001 19:37:44 GMT
7 Content-Type: text/html
8 Connection: close
9 Content-Length: 21
10
11 This server says moo
12 </data>
13 </reply>
14
15 # Client-side
16 <client>
17 <server>
18 http
19 </server>
20  <name>
21 HTTP, junk session cookies
22  </name>
23  <command>
24 %HOSTIP:%HOSTPORT/want/53 -b log/injar53 -j
25 </command>
26 <file name="log/injar53">
27 127.0.0.1       FALSE   /       FALSE   2139150993      mooo    indeed
28 127.0.0.1       FALSE   /       FALSE   0               moo1    indeed
29 127.0.0.1       FALSE   /       FALSE   1               moo2    indeed
30 </file>
31 </client>
32
33 # Verify data after the test has been "shot"
34 <verify>
35 <strip>
36 ^User-Agent:.*
37 </strip>
38 <protocol>
39 GET /want/53 HTTP/1.1
40 Host: 127.0.0.1:8999
41 Pragma: no-cache
42 Accept: */*
43 Cookie: mooo=indeed
44
45 </protocol>
46 </verify>