codi.link
codi.link copied to clipboard
Large code will not work
The share button creates a link as: https://codi.link/<BASE_64> can induce an http 414 error
How to try it
- Create a script very large and try to copy the sharable url and open in another tab.
- The connection gets refushed.
I think this is an expected limitation of the current implementation.
There will always be this problem unless we use some backend to store the code instead of the URL as the source of the data.