2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2005-04-23 05:59:08 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
cookies
|
|
|
|
cookiejar
|
|
|
|
HTTP replaced headers
|
2009-05-11 02:02:37 +08:00
|
|
|
httponly
|
2005-04-23 05:59:08 +08:00
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-05-01 03:49:51 +08:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK
|
2020-02-28 22:00:03 +08:00
|
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
2003-05-01 03:49:51 +08:00
|
|
|
Server: test-server/fake
|
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
2019-01-07 23:23:04 +08:00
|
|
|
Set-Cookie: test=yes; httponly; domain=foo.com; expires=Fri Feb 13 11:56:27 GMT 2037
|
|
|
|
SET-COOKIE: test2=yes; domain=host.foo.com; expires=Fri Feb 13 11:56:27 GMT 2037
|
2003-05-01 03:49:51 +08:00
|
|
|
Set-Cookie: test3=maybe; domain=foo.com; path=/moo; secure
|
|
|
|
Set-Cookie: test4=no; domain=nope.foo.com; path=/moo; secure
|
|
|
|
Set-Cookie: test5=name; domain=anything.com; path=/ ; secure
|
2010-12-24 05:52:32 +08:00
|
|
|
Set-Cookie: fake=fooledyou; domain=..com; path=/;
|
2020-02-28 22:00:03 +08:00
|
|
|
Set-Cookie: supercookie=fooledyou; domain=.com; path=/;
|
2003-07-20 07:57:08 +08:00
|
|
|
Content-Length: 4
|
2003-05-01 03:49:51 +08:00
|
|
|
|
|
|
|
boo
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-05-01 04:25:39 +08:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2003-05-01 03:49:51 +08:00
|
|
|
<name>
|
|
|
|
HTTP with various cookies and custom Host:
|
|
|
|
</name>
|
2007-07-11 06:27:16 +08:00
|
|
|
# Explicitly set the time zone to a known good one, in case the user is
|
|
|
|
# using one of the 'right' zones that take into account leap seconds
|
|
|
|
# which causes the cookie expiry times to be different.
|
|
|
|
<setenv>
|
|
|
|
TZ=GMT
|
|
|
|
</setenv>
|
2003-05-01 03:49:51 +08:00
|
|
|
<command>
|
2021-03-13 00:38:26 +08:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -c log/jar%TESTNUMBER.txt -H "Host: www.host.foo.com"
|
2003-05-01 03:49:51 +08:00
|
|
|
</command>
|
2003-05-02 17:11:53 +08:00
|
|
|
</client>
|
2003-05-01 03:49:51 +08:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-13 00:38:26 +08:00
|
|
|
GET /we/want/%TESTNUMBER HTTP/1.1
|
2003-05-01 03:49:51 +08:00
|
|
|
Host: www.host.foo.com
|
2020-10-02 19:45:24 +08:00
|
|
|
User-Agent: curl/%VERSION
|
2015-03-12 07:50:46 +08:00
|
|
|
Accept: */*
|
2003-05-01 03:49:51 +08:00
|
|
|
|
|
|
|
</protocol>
|
2021-03-13 00:38:26 +08:00
|
|
|
<file name="log/jar%TESTNUMBER.txt" mode="text">
|
2003-05-01 03:49:51 +08:00
|
|
|
# Netscape HTTP Cookie File
|
2020-11-04 21:02:01 +08:00
|
|
|
# https://curl.se/docs/http-cookies.html
|
2003-05-01 03:49:51 +08:00
|
|
|
# This file was generated by libcurl! Edit at your own risk.
|
|
|
|
|
2019-01-07 23:23:04 +08:00
|
|
|
.host.foo.com TRUE /we/want/ FALSE 2118138987 test2 yes
|
|
|
|
#HttpOnly_.foo.com TRUE /we/want/ FALSE 2118138987 test yes
|
2003-05-01 03:49:51 +08:00
|
|
|
</file>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|