You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the decode parameter is limited to base64. I would like to add support for other encodings using the same decode handler. If no decode method is provided then base64 should be the default. If you encounter a link that fits this issue please comment it below, any samples are greatly appreciated and will help with testing.
Below are a few different two way encodings that should be safe to add. All result in the same URL.
Testing can be done here.
Expanded decode handler to support more encoding methods. See issue #100 for more information.
Currently supported: hex, base64, url and url2.
url2 is a special case used in issue #72
Right now the decode parameter is limited to base64. I would like to add support for other encodings using the same
decode
handler. If no decode method is provided then base64 should be the default. If you encounter a link that fits this issue please comment it below, any samples are greatly appreciated and will help with testing.Below are a few different two way encodings that should be safe to add. All result in the same URL.
Testing can be done here.
Example:
binary
hex
url
base32
base45
base64
The text was updated successfully, but these errors were encountered: