2005-04-16 19:15:19 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
cookies
|
|
|
|
cookiejar
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2002-02-26 08:09:46 -05:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
2003-07-19 19:57:08 -04:00
|
|
|
Content-Length: 4
|
2002-02-26 08:09:46 -05:00
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
2003-04-30 13:16:25 -04:00
|
|
|
Set-Cookie: foobar=name; domain=anything.com; path=/ ; secure
|
2002-07-29 18:21:37 -04:00
|
|
|
Set-Cookie:ismatch=this ; domain=127.0.0.1; path=/silly/
|
2002-02-26 08:09:46 -05:00
|
|
|
Set-Cookie: partmatch=present; domain=127.0.0.1 ; path=/;
|
2002-07-29 18:21:37 -04:00
|
|
|
Set-Cookie:eat=this; domain=moo.foo.moo;
|
2002-02-26 08:18:39 -05:00
|
|
|
Set-Cookie: eat=this-too; domain=.foo.moo;
|
2002-02-26 08:09:46 -05:00
|
|
|
Set-Cookie: nodomainnovalue
|
2004-09-11 15:12:37 -04:00
|
|
|
Set-Cookie: nodomain=value; expires=Tue Feb 1 11:56:27 GMT 2014
|
2003-04-30 13:16:25 -04:00
|
|
|
Set-Cookie: novalue; domain=reallysilly
|
2004-09-11 15:12:37 -04:00
|
|
|
Set-Cookie: test=yes; domain=foo.com; expires=Tue Feb 1 11:56:27 GMT 2007
|
|
|
|
Set-Cookie: test2=yes; domain=se; expires=Tue Feb 1 11:56:27 GMT 2007
|
2002-02-26 08:09:46 -05:00
|
|
|
|
|
|
|
boo
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2002-02-26 08:09:46 -05:00
|
|
|
<name>
|
|
|
|
HTTP with weirdly formatted cookies and cookiejar storage
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/31 -b none -c log/jar31.txt
|
2002-02-26 08:09:46 -05:00
|
|
|
</command>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2002-02-26 08:09:46 -05:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /we/want/31 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: */*
|
2002-02-26 08:09:46 -05:00
|
|
|
|
|
|
|
</protocol>
|
2005-04-28 17:07:07 -04:00
|
|
|
<file name="log/jar31.txt" mode=text>
|
2002-02-26 08:09:46 -05:00
|
|
|
# Netscape HTTP Cookie File
|
|
|
|
# http://www.netscape.com/newsref/std/cookie_spec.html
|
|
|
|
# This file was generated by libcurl! Edit at your own risk.
|
|
|
|
|
2003-04-30 13:16:25 -04:00
|
|
|
.127.0.0.1 TRUE /silly/ FALSE 0 ismatch this
|
|
|
|
.127.0.0.1 TRUE / FALSE 0 partmatch present
|
2004-09-11 15:12:37 -04:00
|
|
|
127.0.0.1 FALSE /we/want/ FALSE 1391255787 nodomain value
|
2002-02-26 08:09:46 -05:00
|
|
|
</file>
|
|
|
|
</verify>
|