8 ms·
url length limitations may thwart that, unless it's all compressed which might defeat the purpose
by staticfish 2y ago
url length limitations may thwart that, unless it's all compressed which might defeat the purpose
- eertami 2y agoChrome can supposedly support 32779 characters in the address bar[0], and a legal chess game should not exceed more than ~5900 moves, due to the 50 move rule. That will be enough to encode any valid game if you don't need to support IE. [0]: https://stackoverflow.com/questions/417142/what-is-the-maximum-length-of-a-url-in-different-browsers/417184#417184 https://stackoverflow.com/questions/417142/what-is-the-maxim...
- 6031769 2y agoI bring good news. It's 2024 and nobody needs to support IE any more.
- capitainenemo 2y agoInteresting. According to that stackoverflow, Chrome is one of the shortest URL lengths of the modern browsers (firefox/safari/chrome). However, it also notes you have to take CDNs and web servers and search engines into consideration, so the ginormous length limits of safari and firefox probably won't be useful any time soon.