Just-Moh-it / Pckd

The ⚡️ analytics-intensive, self-hostable link-shortener with a beautiful UI | AKA free bit.ly alternative 🚀
https://docs.pckd.me/
MIT License
784 stars 95 forks source link

Forward URI parameters #8

Open polds opened 2 years ago

polds commented 2 years ago

It'd be nice if pckd could forward URI parameters from the request. For example it'd be nice to create yayy.me/pckd-issue which forwards to this page to create a new issue, but then further allow the caller to manipulate the URI with something like ?title=some%20title (This is vaild: https://github.com/Just-Moh-it/Pckd/issues/new?title=some%20title)

At the moment if you create a link and then try to add parameters pckd throws the error Target not found

Just-Moh-it commented 2 years ago

Would be a great addition! Thanks for the suggestion. Also, any further help will be really appreciated! 😃