HTTP HTTP GET # Server-side HTTP/1.1 200 OK Content-Length: 6 Set-Cookie: something=1; Domain=co.uk.; Path=/ -foo- # Client-side PSL cookies http cookies with trailing dot after PSL domain http://foo.co.uk.:%HTTPPORT/ http://bar.co.uk.:%HTTPPORT/ -b "" --resolve foo.co.uk.:%HTTPPORT:%HOSTIP --resolve bar.co.uk.:%HTTPPORT:%HOSTIP # Verify data after the test has been "shot" GET / HTTP/1.1 Host: foo.co.uk.:%HTTPPORT User-Agent: curl/%VERSION Accept: */* GET / HTTP/1.1 Host: bar.co.uk.:%HTTPPORT User-Agent: curl/%VERSION Accept: */*