• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6HTTP replaced headers
7cookies
8httponly
9</keywords>
10</info>
11
12# Server-side
13<reply>
14<data>
15HTTP/1.0 200 OK swsclose
16Date: Thu, 09 Nov 2010 14:49:00 GMT
17Content-Type: text/html
18Set-Cookie: I-am=here; domain=localhost;
19
20boo
21</data>
22</reply>
23
24# Client-side
25<client>
26<server>
27http
28</server>
29 <name>
30HTTP, use cookies with localhost
31 </name>
32 <command>
33http://%HOSTIP:%HTTPPORT/we/want/1258 http://%HOSTIP:%HTTPPORT/we/want?hoge=fuga -b non-existing -H "Host: localhost"
34</command>
35</client>
36
37# Verify data after the test has been "shot"
38<verify>
39<strip>
40^User-Agent:.*
41</strip>
42<protocol>
43GET /we/want/1258 HTTP/1.1
44Host: localhost
45Accept: */*
46
47GET /we/want?hoge=fuga HTTP/1.1
48Host: localhost
49Accept: */*
50Cookie: I-am=here
51
52</protocol>
53</verify>
54</testcase>
55