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

Dynamic PURL resolution / URL Rewrite #60

Open
fabiante opened this issue Sep 19, 2023 · 0 comments
Open

Dynamic PURL resolution / URL Rewrite #60

fabiante opened this issue Sep 19, 2023 · 0 comments
Labels
epic A large goal generally guiding development

Comments

@fabiante
Copy link
Owner

Maybe api integrators want to resolve URLs based on some parameters. Something like this:

Called URL: https://persurl.example/r/some-domain/some-name?param=123&param2=abc

Depending on the values of param or param2, the resolved target could be different.

This is essentially a form of URL rewriting.

I think this is interesting because it could allow to safe storage space if PURLs are actually not persistet to the database but rather simple rewrites of incoming resolve requests.

I think this could be a use case for embedded scripting or some other plugin-based mechanism.

@fabiante fabiante added the epic A large goal generally guiding development label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic A large goal generally guiding development
Projects
None yet
Development

No branches or pull requests

1 participant