You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many times we want users to provide parameterized links, such as /s/google/something redirecting to https://www.google.com/search?q=test. This allows the redirection service to be that more powerful, since it becomes more flexible.
Describe the solution you'd like
Ideally slash would allow users to provide two URLs, one for no parameters, other with parameters. One of them must be filled. These could work like:
Is your feature request related to a problem?
Many times we want users to provide parameterized links, such as /s/google/something redirecting to https://www.google.com/search?q=test. This allows the redirection service to be that more powerful, since it becomes more flexible.
Describe the solution you'd like
Ideally slash would allow users to provide two URLs, one for no parameters, other with parameters. One of them must be filled. These could work like:
Memorable Name: google/(.+)
URL: https://www.google.com/search?q=\1
Memorable Name: my-api/(^/+)/(\d+)
URL: https://myapi.mycompany.com/\1?pageSize=\2
Additional context
No response
The text was updated successfully, but these errors were encountered: