1<testcase> 2<info> 3<keywords> 4HTTP 5HTTP GET 6cookies 7</keywords> 8</info> 9 10# Server-side 11<reply> 12 13<data> 14HTTP/1.1 200 OK 15Date: Thu, 09 Nov 2010 14:49:00 GMT 16Content-Length: 0 17Set-Cookie: domain=value;path=/ 18 19</data> 20</reply> 21 22# Client-side 23<client> 24<server> 25http 26</server> 27 <name> 28HTTP cookie with parameter word as name 29 </name> 30 <command> 31http://%HOSTIP:%HTTPPORT/1155 -c log/cookies1155.txt 32</command> 33</client> 34 35# Verify data after the test has been "shot" 36<verify> 37<strip> 38^User-Agent:.* 39</strip> 40<protocol> 41GET /1155 HTTP/1.1 42Host: %HOSTIP:%HTTPPORT 43Accept: */* 44 45</protocol> 46<file name="log/cookies1155.txt" mode="text"> 47# Netscape HTTP Cookie File 48# https://curl.haxx.se/docs/http-cookies.html 49# This file was generated by libcurl! Edit at your own risk. 50 51127.0.0.1 FALSE / FALSE 0 domain value 52</file> 53</verify> 54</testcase> 55