Skip to content

'Send and Download' base64 encodes binaries.  #1943

@Aaargh20318

Description

@Aaargh20318

I was testing a REST interface after I made some modifications to my code and suddenly all the images I saved using postman were base64 encoded. Capturing a request using Wireshark shows the responses from the server are binary, postman is doing the base64 conversion when saving to disk.

This bug was introduced in a recent release as I used the same scenario a week or so back and at that time everything worked as expected.

Postman should never transform the output in any way when saving to file as it is unexpected behaviour for the user. I already wasted time debugging my server code, trying to figure out why JAX-RS was suddenly base64-encoding images before I figured out the problem was Postman.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions