I will test this but was hoping for some input also. I am trying to set up some remap rules and notice that one is there already and has %24URL_PREFIX in it. Does that mean I can use any of the tokens in this file?
[iwproxy_preconnect_remap]
_regex=^/iw-mount/(.*)/%24URL_PREFIX/(.*)=/iw-mount/$1/$2
Our xslt is going to create "pretty Urls" and we want to use this to map them back to the correct page. We will have something like:
.../physicianDirectory/doctor_x
which needs to be mapped to the .page with a query string like
_regex=^/(.*)/physicianDirectory/(.*)$=/iw-mount/default/main/www/WORKAREA/shared/sites/patientsAndVisitors/Providers/providerDetail.page?dcr=templatedata/hr/staff/data/$2&type=srvc
So the obvious reason I am asking is the above does not work so any other hints would be appreciated.