mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-25 16:15:55 +03:00
[GH-ISSUE #1934] Invalid Base64 String #1925
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1925
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @fardage on GitHub (Feb 12, 2024).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1934
Originally assigned to: @NghiaTranUIT on GitHub.
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
@NghiaTranUIT commented on GitHub (Feb 15, 2024):
Thanks, let me investigate and fix it asap 👍
@NghiaTranUIT commented on GitHub (Feb 15, 2024):
@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 👍@fardage commented on GitHub (Feb 16, 2024):
Great! I can confirm that it works with the beta. Thank you for fixing it so quickly!