Skip to content

Content encoding of POST request body is ignored #577

Description

@pimterry

If a request a POSTed with a gzipped body, and a content-encoding: gzip header, the content is not decoded.

For example when posting to /post with an content-type: application/json gzipped body & content encoding, the response contains "data": "data:application/octet-stream;base64,BASE64GZIPPEDDATA", and "json": null.

If there is no encoding used, json shows the parsed json correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions