Cookies are used to store user information, session data, and provide personalized content. Bruno allows you to add, send, view, and delete request cookies. After executing the request, you can easily inspect the cookies by clicking on the Cookies icon.
When you run a collection via the Collection Runner or the Bruno CLI, Bruno automatically saves and forwards cookies between requests. This includes cookies set by responses with any status code - 2XX, 4XX, and 5XX responses all have their Set-Cookie headers processed.To disable automatic cookie handling in the CLI, pass the --disable-cookies flag:
bru run --disable-cookies
In the desktop app, you can toggle cookie storage off in Preferences → General → Store Cookies automatically.