Vanity URL for Forms
I would like to understand what is the best way to create Vanity URL for public facing forms.
For eg. consider a form which is rendered using a custom profile like this :
how can i mask the URL so that public facing link appears to be like:
http://hostname:4502/form1.xdp
or
http://hostname:4502/formStore/form1.xdp
I want to generalize the approach, so that a single config /mapping can be used for all the form templates which are located in the same folder.