2005-04-15 20:00:35 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
header dump
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-05-28 08:30:21 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Type: text/html
|
2003-07-19 19:57:08 -04:00
|
|
|
Funny-head: yesyes swsclose
|
2001-05-28 08:30:21 -04:00
|
|
|
Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
|
|
|
|
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
|
|
|
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-05-28 08:30:21 -04:00
|
|
|
<name>
|
|
|
|
HTTP with cookie parser and header recording
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/7 -b none -D log/heads7.txt
|
2001-05-28 08:30:21 -04:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2001-05-28 08:30:21 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /we/want/7 HTTP/1.1
|
2004-09-08 04:08:38 -04:00
|
|
|
Host: 127.0.0.1:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2001-05-28 08:30:21 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
<file name="log/heads7.txt">
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Type: text/html
|
2003-07-19 19:57:08 -04:00
|
|
|
Funny-head: yesyes swsclose
|
2001-05-28 08:30:21 -04:00
|
|
|
Set-Cookie: foobar=name; domain=127.0.0.1; path=/;
|
|
|
|
Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/";
|
|
|
|
Set-Cookie: partmatch=present; domain=.0.0.1; path=/;
|
|
|
|
|
|
|
|
</file>
|
|
|
|
</verify>
|