Closed
Description
There are a couple of ways in which this could be implemented:
- By adding
Cookie
andSet-Cookie
headers for each cookie in the request and response respectively and using the existing headers snippet - By adding specific request cookies and response cookies snippets and a richer cookie descriptor
I'm leaning towards the latter at the moment as it would allow the details of the cookie, even if it was just the name, to be verified.