Base64 Decoding
I've got a simple script that retrieves file/image contents from S3, and returns the base64 decoded contents as just a raw application/octet-stream HTTP response. When this is run locally (decoding a 588 kB string) the output is a 441 kB valid PNG, but when Windmill runs the same code, it returns 422 B of corrupted & invalid text. Is there potentially an issue post-processing/handling binary/application octet-stream HTTP responses from Windmill flows?

0 Replies