usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.99k stars 1.3k forks source link

[BUG] Cookies aren't displayed in request timeline view #1157

Open DrGrognon opened 12 months ago

DrGrognon commented 12 months ago

Hello !

When cookies are allowed to be set and send, Bruno handle cookies properly but doesn't display them in the timeline view.

Exemple: A minimal get request to google.com image I double checked cookies are allowed image When i send the request again, no cookie appear in timeline image

I know with absolute certitude that cookie are working well and are sent but they doesn't appear in this view. (This may be related or not but code generation doesn't export cookie either)

Is it expected behavior ? I feel this is a problem, cause we can expect to have an exhaustive view of http request in this timeline and the miss of cookie make it cumbersome to understand some API behavior (eg: CSRF cookie are send or not).

Let me know if any other informations needed.

Many thanks for Bruno :dog: :heart_on_fire:

GimpMaster commented 11 months ago

Second this. I don't see them being sent.

GimpMaster commented 11 months ago

I did notice that you can see the cookies in bottom left of bruno

image