-
Notifications
You must be signed in to change notification settings - Fork 859
Closed
Labels
Description
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.