Skip to content
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

Long url constraint in 2048 characters only #8

Closed
DrRingo opened this issue May 30, 2024 · 1 comment
Closed

Long url constraint in 2048 characters only #8

DrRingo opened this issue May 30, 2024 · 1 comment
Labels
question Further information is requested

Comments

@DrRingo
Copy link

DrRingo commented May 30, 2024

I use some hacking in url, make it soooo long and use shortening app to make it shorter to remember.

Example: in smol site, all data of the webpage contain in url only

But your constaint in 2048 characters make it impossible to use this hacking

@ccbikai ccbikai added the question Further information is requested label May 30, 2024
@ccbikai
Copy link
Owner

ccbikai commented May 30, 2024

For better compatibility, I have limited the URL length to 2048. If you have special requirements, you can fork and modify the limitation

https://github.com/ccbikai/Sink/blob/master/schemas/link.ts#L12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants