Cookies
-
Assert that a GET request to "/api/level19" returns a 200 status code.
-
Assert that a GET request to "/api/level19" with a cookie named "Flavor" and value of "Chocolate Chip", returns
Yum yum.
-
Assert that a GET request to "/api/level19" with a cookie named "GiveMe" and value of "ACookie", returns a
response with the "set-cookie" header present.