27 HTTP with cookies file and custom added cookie
30 http://%HOSTIP:%HTTPPORT/we/want/172 -b log/jar172.txt -b "tool=curl; name=fool"
32 <file name="log/jar172.txt">
33 # Netscape HTTP Cookie File
34 # http://curl.haxx.se/rfc/cookie_spec.html
35 # This file was generated by libcurl! Edit at your own risk.
37 .%HOSTIP TRUE /silly/ FALSE 0 ismatch this
38 .%HOSTIP TRUE / FALSE 0 partmatch present
39 %HOSTIP FALSE /we/want/ FALSE 1391252187 nodomain value
43 # Verify data after the test has been "shot"
49 GET /we/want/172 HTTP/1.1
50 Host: %HOSTIP:%HTTPPORT
52 Cookie: nodomain=value; partmatch=present; tool=curl; name=fool