2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-16 19:15:19 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
cookies
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-10-24 07:39:48 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.1 200 Mooo swsclose
|
2001-10-24 07:39:48 -04:00
|
|
|
Connection: close
|
|
|
|
Set-Cookie: path=/; thewinneris=nowayyouwin;
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 8
|
2001-10-24 07:39:48 -04:00
|
|
|
|
|
|
|
*flopp*
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-10-24 07:39:48 -04:00
|
|
|
<name>
|
|
|
|
Get same cookie page several times
|
|
|
|
</name>
|
|
|
|
<command>
|
2007-09-18 16:41:20 -04:00
|
|
|
"http://%HOSTIP:%HTTPPORT/want/{27,27,27}" -b none
|
2001-10-24 07:39:48 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2001-10-24 07:39:48 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent: curl.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /want/27 HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-10-24 07:39:48 -04:00
|
|
|
|
|
|
|
GET /want/27 HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-10-24 07:39:48 -04:00
|
|
|
Cookie: thewinneris=nowayyouwin
|
|
|
|
|
|
|
|
GET /want/27 HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-10-24 07:39:48 -04:00
|
|
|
Cookie: thewinneris=nowayyouwin
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|