What is the best way to beautify and rewrite the URL for sling model exporter
Hi,
Have a sample Sling Model Exporter URL like "http://localhost:4502/content/wknd/language-masters/en/magazine/jcr:content/root/container/text.model.json".
Want to hide all project paths, node paths, etc, and create a beautified simple exporter URL that can be called from UI.
Eg. http://localhost:4502/magazine/container/text.model.json
We can use "/etc/mapping", "Sling resource resolver config" ,"mod_rewrite", Filters etc. But wanted to know which one is the best and recommended scalable approach.
Thanks