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
I double checked cookies are allowed
When i send the request again, no cookie appear in timeline
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).
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 I double checked cookies are allowed When i send the request again, no cookie appear in timeline
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: