xref: /curl/tests/data/test1476 (revision 242e6d01)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6cookies
7</keywords>
8</info>
9
10# Server-side
11<reply>
12
13<data crlf="yes">
14HTTP/1.1 200 OK
15Date: Tue, 09 Nov 2010 14:49:00 GMT
16Content-Length: 0
17Set-Cookie: super=oops; domain=co.UK; path=/
18Set-Cookie: fine=yesyes; domain=CURL.CO.UK; path=/
19
20</data>
21</reply>
22
23# Client-side
24<client>
25<server>
26http
27</server>
28<name>
29PSL violating cookie with mixed case domain and cookie domain property
30</name>
31<command>
32-x http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://curl.co.UK -c %LOGDIR/cookies%TESTNUMBER.txt
33</command>
34<features>
35proxy
36PSL
37cookies
38</features>
39</client>
40
41# Verify data after the test has been "shot"
42<verify>
43<protocol crlf="yes">
44GET http://curl.co.UK/ HTTP/1.1
45Host: curl.co.UK
46User-Agent: curl/%VERSION
47Accept: */*
48Proxy-Connection: Keep-Alive
49
50</protocol>
51<file name="%LOGDIR/cookies%TESTNUMBER.txt" mode="text">
52# Netscape HTTP Cookie File
53# https://curl.se/docs/http-cookies.html
54# This file was generated by libcurl! Edit at your own risk.
55
56.CURL.CO.UK	TRUE	/	FALSE	0	fine	yesyes
57</file>
58</verify>
59</testcase>
60