asascience / ott-coops

Project Tracking for OTT Co-Ops
1 stars 0 forks source link

Support Permalinks >2000 chars #427

Closed ndellicarpini closed 2 years ago

ndellicarpini commented 2 years ago

We technically allow this right now, but we have the warning for a 2000 char limit. I don't think this limit applies to any browser outside of IE and maybe Edge from my research. I've definitely used permalinks longer than 2k chars and they've worked perfectly fine (Chrome), so maybe we could use custom error messages based on user's browser.

Here is some of the info I've found:

Note: A lot of these links reference 'Android' as its own category, but a.) most users on android are probably going to use Chrome as their browser & b.) although I can't find sources on this, surely the android WebView embedded browser must be chromium based right? its 2022

ndellicarpini commented 2 years ago

After some very scientific research, I think we are server-side limited to 8196 chars, and I don't think any modern browsers would fail to support anything under this limit.

mpiannucci commented 2 years ago

We should have some kind of test URL table we can verify it all against as browser versions change