A URL Lengthener
aaa.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.com
231–240 of 313 posts
Re: A URL Lengthener
#232Re: A URL Lengthener
#233Re: A URL Lengthener
#234https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&c...
Re: A URL Lengthener
#235Who needs this when you can simply use Google search results URL https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&c...
Re: A URL Lengthener
#236Re: A URL Lengthener
#237Earlier quoted context omitted.
I spent some time looking at similar specs for more recent browsers, but wasn't able to find anything useful. This was for a proof-of-concept I made that stores entire web pages in URLs (creatively named "URL Pages") by base64-encoding them and putting them in the URL fragment (the part after the "#"). https://github.com/jstrieb/urlpages The URLs this thing generates get pretty damn big sometimes, since I never got a…
I needed to send data over GET in 2012/2013 and built my own tiny LZW-alike compression to squeeze as much as possible into the 100kb which seemed to be the safe limit for non-ie browsers at the time
Re: A URL Lengthener
#238Earlier quoted context omitted.
I made a service to store arbitrary files as URLs that is similar. The hard part is files that are too large, I can handle files up to 5mb if you click on them all via local storage. Compression helps a lot as making them base64 increases the size quite a bit. https://podje.li
Could you make whole webpages just through urls? Such as they will completely portable? Portable being taken with a grain of sand ofc.
Re: A URL Lengthener
#239Re: A URL Lengthener
#240Earlier quoted context omitted.
I made a service to store arbitrary files as URLs that is similar. The hard part is files that are too large, I can handle files up to 5mb if you click on them all via local storage. Compression helps a lot as making them base64 increases the size quite a bit. https://podje.li
Could you make whole webpages just through urls? Such as they will completely portable? Portable being taken with a grain of sand ofc.