Resync
[CMakeLuaTailorHgBridge.git] / CMakeLua / Utilities / cmcurl-7.19.0 / tests / data / test171
blob28fcbac53e9e790b8598957ebb21b52b8c14e29f
1 <testcase>
2 <info>
3 <keywords>
4 HTTP
5 HTTP GET
6 cookies
7 </keywords>
8 </info>
10 # Server-side
11 <reply>
12 <data>
13 HTTP/1.1 200 OK
14 Date: Tue, 25 Sep 2001 19:37:44 GMT
15 Content-Type: text/html
16 Set-Cookie: XToken=xt;Domain=.z.x.com;Path=/
17 Cache-control: private
18 Content-Length: 62
20 This server reply is for testing a simple cookie test case...
21 </data>
22 </reply>
24 # Client-side
25 <client>
26 <server>
27 http
28 </server>
29  <name>
30 HTTP, get cookie with dot prefixed full domain
31  </name>
32  <command>
33 -c log/jar171 -x %HOSTIP:%HTTPPORT http://z.x.com/171
34 </command>
35 </client>
37 # Verify data after the test has been "shot"
38 <verify>
39 <strip>
40 ^User-Agent:.*
41 </strip>
42 <protocol>
43 GET http://z.x.com/171 HTTP/1.1
44 Host: z.x.com
45 Pragma: no-cache
46 Accept: */*
47 Proxy-Connection: Keep-Alive
49 </protocol>
50 <file name="log/jar171" mode="text">
51 # Netscape HTTP Cookie File
52 # http://curl.haxx.se/rfc/cookie_spec.html
53 # This file was generated by libcurl! Edit at your own risk.
55 .z.x.com        TRUE    /       FALSE   0       XToken  xt
56 </file>
57 </verify>
58 </testcase>