HTTP
HTTP proxy
cookies
#
# Server-side
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 0
Connection: close
Content-Type: text/html
Set-Cookie: a=b; Domain=.me.;
#
# Client-side
cookies
proxy
http
URL with trailing dot and receiving a cookie for the TLD with dot
-x http://%HOSTIP:%HTTPPORT http://firsthost.me. -c %LOGDIR/cookies%TESTNUMBER
#
# Verify data after the test has been "shot"
GET http://firsthost.me./ HTTP/1.1
Host: firsthost.me.
User-Agent: curl/%VERSION
Accept: */*
Proxy-Connection: Keep-Alive
# Netscape HTTP Cookie File
# https://curl.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk.