xref: /aosp_15_r20/external/curl/tests/data/test327 (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1*6236dae4SAndroid Build Coastguard Worker<testcase>
2*6236dae4SAndroid Build Coastguard Worker<info>
3*6236dae4SAndroid Build Coastguard Worker<keywords>
4*6236dae4SAndroid Build Coastguard WorkerHTTP
5*6236dae4SAndroid Build Coastguard WorkerHTTP GET
6*6236dae4SAndroid Build Coastguard Workercookies
7*6236dae4SAndroid Build Coastguard Workerheader dump
8*6236dae4SAndroid Build Coastguard Worker</keywords>
9*6236dae4SAndroid Build Coastguard Worker</info>
10*6236dae4SAndroid Build Coastguard Worker
11*6236dae4SAndroid Build Coastguard Worker# This test verifies that the cookie file gets created even if the last cookie
12*6236dae4SAndroid Build Coastguard Worker# has been removed - particularly important when the file is going to be read
13*6236dae4SAndroid Build Coastguard Worker# again and thus must not contain old contents.
14*6236dae4SAndroid Build Coastguard Worker
15*6236dae4SAndroid Build Coastguard Worker# Server-side
16*6236dae4SAndroid Build Coastguard Worker<reply>
17*6236dae4SAndroid Build Coastguard Worker<data>
18*6236dae4SAndroid Build Coastguard WorkerHTTP/1.1 200 OK
19*6236dae4SAndroid Build Coastguard WorkerDate: Tue, 09 Nov 2010 14:49:00 GMT
20*6236dae4SAndroid Build Coastguard WorkerServer: test-server/fake
21*6236dae4SAndroid Build Coastguard WorkerContent-Type: text/html
22*6236dae4SAndroid Build Coastguard WorkerFunny-head: yesyes swsclose
23*6236dae4SAndroid Build Coastguard WorkerSet-Cookie: foobar=name; expires=Thu, 22 Nov 2525 10:54:11 GMT;
24*6236dae4SAndroid Build Coastguard Worker
25*6236dae4SAndroid Build Coastguard Worker</data>
26*6236dae4SAndroid Build Coastguard Worker<data2>
27*6236dae4SAndroid Build Coastguard WorkerHTTP/1.1 200 OK
28*6236dae4SAndroid Build Coastguard WorkerDate: Tue, 09 Nov 2010 14:49:00 GMT
29*6236dae4SAndroid Build Coastguard WorkerServer: test-server/fake
30*6236dae4SAndroid Build Coastguard WorkerContent-Type: text/html
31*6236dae4SAndroid Build Coastguard WorkerFunny-head: yesyes swsclose
32*6236dae4SAndroid Build Coastguard WorkerSet-Cookie: foobar=name; expires=Thu, 01 Jan 1970 00:00:00 GMT;
33*6236dae4SAndroid Build Coastguard Worker
34*6236dae4SAndroid Build Coastguard Worker</data2>
35*6236dae4SAndroid Build Coastguard Worker</reply>
36*6236dae4SAndroid Build Coastguard Worker
37*6236dae4SAndroid Build Coastguard Worker# Client-side
38*6236dae4SAndroid Build Coastguard Worker<client>
39*6236dae4SAndroid Build Coastguard Worker<server>
40*6236dae4SAndroid Build Coastguard Workerhttp
41*6236dae4SAndroid Build Coastguard Worker</server>
42*6236dae4SAndroid Build Coastguard Worker<name>
43*6236dae4SAndroid Build Coastguard WorkerHTTP with cookiejar without cookies left
44*6236dae4SAndroid Build Coastguard Worker</name>
45*6236dae4SAndroid Build Coastguard Worker<command>
46*6236dae4SAndroid Build Coastguard Workerhttp://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -b none -c %LOGDIR/cookies%TESTNUMBER http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER0002
47*6236dae4SAndroid Build Coastguard Worker</command>
48*6236dae4SAndroid Build Coastguard Worker<features>
49*6236dae4SAndroid Build Coastguard Workercookies
50*6236dae4SAndroid Build Coastguard Worker</features>
51*6236dae4SAndroid Build Coastguard Worker</client>
52*6236dae4SAndroid Build Coastguard Worker
53*6236dae4SAndroid Build Coastguard Worker# Verify data after the test has been "shot"
54*6236dae4SAndroid Build Coastguard Worker<verify>
55*6236dae4SAndroid Build Coastguard Worker<protocol>
56*6236dae4SAndroid Build Coastguard WorkerGET /we/want/%TESTNUMBER HTTP/1.1
57*6236dae4SAndroid Build Coastguard WorkerHost: %HOSTIP:%HTTPPORT
58*6236dae4SAndroid Build Coastguard WorkerUser-Agent: curl/%VERSION
59*6236dae4SAndroid Build Coastguard WorkerAccept: */*
60*6236dae4SAndroid Build Coastguard Worker
61*6236dae4SAndroid Build Coastguard WorkerGET /we/want/%TESTNUMBER0002 HTTP/1.1
62*6236dae4SAndroid Build Coastguard WorkerHost: %HOSTIP:%HTTPPORT
63*6236dae4SAndroid Build Coastguard WorkerUser-Agent: curl/%VERSION
64*6236dae4SAndroid Build Coastguard WorkerAccept: */*
65*6236dae4SAndroid Build Coastguard WorkerCookie: foobar=name
66*6236dae4SAndroid Build Coastguard Worker
67*6236dae4SAndroid Build Coastguard Worker</protocol>
68*6236dae4SAndroid Build Coastguard Worker<file name="%LOGDIR/cookies%TESTNUMBER" mode="text">
69*6236dae4SAndroid Build Coastguard Worker# Netscape HTTP Cookie File
70*6236dae4SAndroid Build Coastguard Worker# https://curl.se/docs/http-cookies.html
71*6236dae4SAndroid Build Coastguard Worker# This file was generated by libcurl! Edit at your own risk.
72*6236dae4SAndroid Build Coastguard Worker
73*6236dae4SAndroid Build Coastguard Worker</file>
74*6236dae4SAndroid Build Coastguard Worker</verify>
75*6236dae4SAndroid Build Coastguard Worker</testcase>
76