HTTP cookies # # Server-side HTTP/1.1 200 OK Content-Length: 6 Content-Type: text/plain Set-Cookie: c1=123; Path=/; Expires=Thu, 12 Feb 2000 00:00:00 GMT Set-Cookie: c2=456; Path=/; Expires=Thu, 12 Feb 2000 00:00:00 GMT; hello # # Client-side http http cookies Receive expired cookies and CURLINFO_COOKIELIST lib%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER # # Verify data after the test has been "shot" GET /%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT Accept: */* URL: http://%HOSTIP:%HTTPPORT/%TESTNUMBER 0 cookies Test ended with result 0