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