mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
c140bd7891
Closes #658
65 lines
1.3 KiB
Plaintext
65 lines
1.3 KiB
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
HTTP
|
|
HTTP GET
|
|
HTTP proxy
|
|
cookies
|
|
cookiejar
|
|
PSL
|
|
</keywords>
|
|
</info>
|
|
|
|
# Server-side
|
|
<reply>
|
|
<data>
|
|
HTTP/1.1 200 OK
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
Server: test-server/fake
|
|
Content-Length: 4
|
|
Content-Type: text/html
|
|
Funny-head: yesyes
|
|
Set-Cookie: test1=forbidden1; domain=example.ck; path=/;
|
|
Set-Cookie: test2=allowed2; domain=www.example.ck; path=/;
|
|
Set-Cookie: test3=forbidden3; domain=ck; path=/;
|
|
Set-Cookie: test4=allowed4; domain=www.ck; path=/;
|
|
Set-Cookie: test5=forbidden5; domain=z-1.compute-1.amazonaws.com; path=/;
|
|
|
|
boo
|
|
</data>
|
|
</reply>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
PSL
|
|
</features>
|
|
<server>
|
|
http
|
|
</server>
|
|
<name>
|
|
Check cookies against PSL
|
|
</name>
|
|
<setenv>
|
|
TZ=GMT
|
|
</setenv>
|
|
<command>
|
|
http://www.example.ck/1136 http://www.ck/1136 http://z-1.compute-1.amazonaws.com/1136 -b none -c log/jar1136.txt -x %HOSTIP:%HTTPPORT
|
|
</command>
|
|
|
|
</client>
|
|
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<file name="log/jar1136.txt" mode="text">
|
|
# Netscape HTTP Cookie File
|
|
# https://curl.haxx.se/docs/http-cookies.html
|
|
# This file was generated by libcurl! Edit at your own risk.
|
|
|
|
.www.example.ck TRUE / FALSE 0 test2 allowed2
|
|
.www.ck TRUE / FALSE 0 test4 allowed4
|
|
.z-1.compute-1.amazonaws.com TRUE / FALSE 0 test5 forbidden5
|
|
</file>
|
|
</verify>
|
|
</testcase>
|