HTTP
HTTP GET
cookies
cookiejar
# Server-side
HTTP/1.1 200 OK
Content-Length: 4
Content-Type: text/html
Funny-head: yesyes
Set-Cookie: name=value; domain=test.curl; path=/we/want
boo
HTTP/1.1 200 OK
Content-Length: 4
Content-Type: text/html
Funny-head: yesyes
Set-Cookie: name=value; domain=test.curl; path=/WE/WANT
boo
# Client-side
http
cookies for paths using different case
http://test.curl:%HTTPPORT/we/want/ http://test.curl:%HTTPPORT/WE/WANT/%TESTNUMBER0002 -c %LOGDIR/jar%TESTNUMBER.txt --resolve test.curl:%HTTPPORT:%HOSTIP
cookies
# Verify data after the test has been "shot"
GET /we/want/ HTTP/1.1
Host: test.curl:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
GET /WE/WANT/%TESTNUMBER0002 HTTP/1.1
Host: test.curl:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
# Netscape HTTP Cookie File
# https://curl.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk.
.test.curl TRUE /WE/WANT FALSE 0 name value
.test.curl TRUE /we/want FALSE 0 name value