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

URL To Long #5

Open
adamrpostjr opened this issue May 13, 2022 · 1 comment
Open

URL To Long #5

adamrpostjr opened this issue May 13, 2022 · 1 comment

Comments

@adamrpostjr
Copy link
Contributor

Found on my own shortener and on commercial shorteners this is a common problem.
When the URL is to long nginx bails out becuase the response header is to large.

Better handle this

@adamrpostjr
Copy link
Contributor Author

A way that we might be able to fix this is when the URL is too long, we can skip the 301 in the header and use js to redirect it!

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

No branches or pull requests

1 participant