Cookies

Inspect and manage the shared cookie jar.

Impostor keeps a shared cookie jar so that cookies set by one response are sent on subsequent matching requests, just like a browser.

Managing cookies

The shared cookie jar automatically stores cookies received from responses and attaches them to future requests sent to the appropriate domains.

You can inspect the contents of the jar using the cookie manager, accessible via the command palette. The manager groups cookies by domain and allows you to view, add, edit, and delete individual cookies. It clearly displays cookie flags such as Secure, HttpOnly, and Session.

If you need a clean slate, you can easily clear the entire cookie jar to remove all stored cookies.