-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deal with URL length limits #2
Comments
How about gzipping the text, base64 encoding that and then on the other side doing precisely the opposite? |
That's exactly what happens at the moment, but we use raw deflate rather than the gzip file format. |
Outside Internet Explorer the limit for URL length is always above 100k (tested for a project 2 years ago and re-tested recently) |
how hard would it be to just incorporate a url shortener? There's a free shortener called tny.im. You can simply prefix the url you want to shorten with tny.im/ & hitting enter. Going to http://tny.im/https://github.com/lucaspiller/shortly/issues/2 would create a short url for this url. You could easily create a bookmarklet to do it too. |
Wouldn't that literally defeat the purpose? |
I meant as an option as I way to share a long snippet of text. There are plenty of url shorteners, but not many that let you just share a long snippet of text. This is perfect for saving snippets, but the length of the url does make it more difficult to share. |
You can easily shorten a url with tny.im by saving |
No description provided.
The text was updated successfully, but these errors were encountered: