Query Parameters #1543
Unanswered
jamesmr89
asked this question in
Help wanted
Replies: 1 comment 2 replies
-
Hey! Yes, this can be done with Shlink. Shlink has a feature called "special redirects", which lets you capture requests to not explicitly configured URLs (I assume you want the 12345 part to be dynamic), and then redirect to somewhere else. These redirects support placeholders, so you would be able to redirect to a dynamic URL containing the original short code as a query param. You can see more details in the docs: https://shlink.io/documentation/advanced/special-redirects/#placeholders |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Brand new to shlink and trying to see if it will meet needs to replace current custom tool being used.
Can we do something like
https://shdomain/slug/12345 and map it to https://mysite/mypage.aspx?param=12345
Thanks,
Beta Was this translation helpful? Give feedback.
All reactions