usebruno / bruno

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

Decode Responses Encoded with ZSTD #3528

Open juansc opened 3 days ago

juansc commented 3 days ago

I have checked the following:

Describe the feature you want to add

I am hitting an endpoint with headers Accept-Encoding gzip, deflate, br, zstd, and the response headers has content-encoding as zstd. When I try to preview the response, it is still zstd encoded. The Web preview works fine if I remove Accept-Encoding header, so I assume it's that Bruno does not automatically decode the response.

Mockups or Images of the feature

I want to avoid seeing this response.

Screenshot 2024-11-21 at 19 23 06