Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Maksadbek
on Jan 10, 2023
|
parent
|
context
|
favorite
| on:
How to store your app's entire state in the url
Worth to note that it actually should use the base62
https://en.wikipedia.org/wiki/Base62
It’s the same as base64 but w/o "+" and "?" symbols.
bytesandbots
on Jan 10, 2023
[–]
There is a URL safe version of base64 that uses - and _ instead. Base64 tools can be more readily available.
Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
It’s the same as base64 but w/o "+" and "?" symbols.