2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2005-04-23 05:59:08 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
cookies
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2002-10-17 15:03:26 +08:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Server: Microsoft-IIS/4.0
|
|
|
|
Date: Tue, 25 Sep 2001 19:37:44 GMT
|
|
|
|
Content-Type: text/html
|
|
|
|
Connection: close
|
2003-07-20 07:57:08 +08:00
|
|
|
Content-Length: 21
|
2002-10-17 15:03:26 +08:00
|
|
|
|
|
|
|
This server says moo
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-05-01 04:25:39 +08:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2002-10-17 15:03:26 +08:00
|
|
|
<name>
|
|
|
|
HTTP, junk session cookies
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 16:08:38 +08:00
|
|
|
%HOSTIP:%HTTPPORT/want/53 -b log/injar53 -j
|
2002-10-17 15:03:26 +08:00
|
|
|
</command>
|
|
|
|
<file name="log/injar53">
|
2007-09-21 04:39:17 +08:00
|
|
|
%HOSTIP FALSE / FALSE 2139150993 mooo indeed
|
|
|
|
%HOSTIP FALSE / FALSE 0 moo1 indeed
|
|
|
|
%HOSTIP FALSE / FALSE 1 moo2 indeed
|
2002-10-17 15:03:26 +08:00
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /want/53 HTTP/1.1
|
2007-09-15 03:32:31 +08:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 20:46:41 +08:00
|
|
|
Accept: */*
|
2002-10-17 15:03:26 +08:00
|
|
|
Cookie: mooo=indeed
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|