Closed fardage closed 9 months ago
Thanks, let me investigate and fix it asap 👍
@fardage it's fixed: https://download.proxyman.io/beta/Proxyman_5.0.0_Fix_base64_from_Java.dmg
The problem is your Base64 string is encoded by a Java-implementation algo, so it doesn't have suffix padding =
. The Beta fixes it 👍
Great! I can confirm that it works with the beta. Thank you for fixing it so quickly!
Description
Trying to Base64 decode the following string results in "Invalid Base64 String"
However the string seems to be fine and can be decoded via https://www.base64decode.org/
Steps to Reproduce
Current Behavior
Expected Behavior
Environment