Skip to content

[BUG] Content Encoding: gzip doesn't show content properly #77

@NghiaTranUIT

Description

@NghiaTranUIT

Description

If the body is compressed by gzip/deflate, the body doesn't show properly.

Screen Shot 2022-08-24 at 08 22 12

  1. Use postman to make a request to https://postman-echo.com/gzip or https://postman-echo.com/deflate
  2. Enable SSL Proxying on the postman-echo.com domain
  3. The body request/response is invalid ❌ .

Acceptance Criteria

  • If the Header has content-encoding, we should decompress it.
  • Use popular libs to decompress gzip and deflate.
  • The content is properly displayed

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or request✅ DoneTicket is resolved

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions