2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-15 20:00:35 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
2005-04-16 19:15:19 -04:00
|
|
|
cookies
|
2005-04-15 20:00:35 -04:00
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-05-28 08:30:21 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2003-07-19 19:57:08 -04:00
|
|
|
HTTP/1.1 200 OK swsclose
|
2001-05-28 08:30:21 -04:00
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
|
|
|
|
</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 parsing from header file
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/8 -b log/heads8.txt
|
2001-05-28 08:30:21 -04:00
|
|
|
</command>
|
|
|
|
|
|
|
|
# We create this file before the command is invoked!
|
|
|
|
<file name="log/heads8.txt">
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
2012-11-15 08:02:21 -05:00
|
|
|
Set-Cookie: foobar=name; domain=%HOSTIP; path=/;
|
|
|
|
Set-Cookie: mismatch=this; domain=%HOSTIP; path="/silly/";
|
2010-02-02 20:53:47 -05:00
|
|
|
Set-Cookie: partmatch=present; domain=.0.0.1; path=/w;
|
2009-05-25 08:23:22 -04:00
|
|
|
Set-Cookie: duplicate=test; domain=.0.0.1; domain=.0.0.1; path=/donkey;
|
2006-07-08 14:52:08 -04:00
|
|
|
Set-Cookie: cookie=yes; path=/we;
|
2010-01-20 04:39:40 -05:00
|
|
|
Set-Cookie: cookie=perhaps; path=/we/want;
|
2016-02-08 09:48:18 -05:00
|
|
|
Set-Cookie: name with space=is weird but; path=/we/want;
|
|
|
|
Set-Cookie: trailingspace = removed; path=/we/want;
|
2006-07-08 14:52:08 -04:00
|
|
|
Set-Cookie: nocookie=yes; path=/WE;
|
2014-08-19 15:01:28 -04:00
|
|
|
Set-Cookie: blexp=yesyes; domain=%HOSTIP; domain=%HOSTIP; expiry=totally bad;
|
|
|
|
Set-Cookie: partialip=nono; domain=.0.0.1;
|
2001-05-28 08:30:21 -04:00
|
|
|
|
|
|
|
</file>
|
2012-11-15 08:02:21 -05:00
|
|
|
<precheck>
|
|
|
|
perl -e 'if ("%HOSTIP" !~ /\.0\.0\.1$/) {print "Test only works for HOSTIPs ending with .0.0.1"; exit(1)}'
|
|
|
|
</precheck>
|
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/8 HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2016-02-08 09:48:18 -05:00
|
|
|
Cookie: cookie=perhaps; name with space=is weird but; trailingspace=removed; cookie=yes; foobar=name; blexp=yesyes
|
2001-05-28 08:30:21 -04:00
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|