This week brings a tasty treat… cookies! 🍪
Cookies are a large part of managing state on the web. Now, any cookies received will be
stored in a persistent cookie jar per-workspace. For example, if you submit a
POST /login
on one request, the auth cookie will also be sent with GET /profile
.
You can also create additional cookie jars and switch between them, useful if testing a multiple users of a single web service.
Yaak now shows more response information like the HTTP version, remote address, and final URL (after redirects).
CmdOrCtrl+Shift+E
to avoid Linux/Windows conflicts