Standard Base64 uses +, /, and =, all of which need percent-encoding inside URLs.
URL-safe Base64 (RFC 4648 §5) swaps:
Used by JWTs, OAuth tokens, and anywhere Base64 ends up in a URL or filename.
Files up to 25 MB. Nothing leaves your browser.
Input is too long to include in the URL.
Anyone with this link can read the values it contains. Do not use it for sensitive data.