HTTP
HTTP GET
cookies
cookiejar
# Server-side
HTTP/1.1 200 OK
Content-Length: 4
Set-Cookie: flavor=tasty;
domain=localhost;
path=/p4/;
httponly;
secure
boo
writedelay: 20
# Client-side
http
HTTP cookies in a folded header
http://localhost:%HTTPPORT/we/want/%TESTNUMBER -b none -c %LOGDIR/jar%TESTNUMBER.txt
cookies
local-http
# Verify data after the test has been "shot"
GET /we/want/%TESTNUMBER HTTP/1.1
Host: localhost:%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.
#HttpOnly_.localhost TRUE /p4 TRUE 0 flavor tasty