We wish to take advantage of the wildcard feature in proxy basepath with edgemicro.
For example we require separate proxies (linked to separate products) for api patterns like
account/<accountNum>/resourceA/...
account/<accountNum>/resourceB/...
With edge (cloud) Separate proxies are possible using the wildcard within base paths. e.g.
account/*/resourceA
account/*/resourceB
and then some magic to extract the variables and rewrite the target path to include the accountNum/resource
This seems a common pattern, however since edgemicro does not have support for policies/scripting.
QUESTION: Is this at all possible with edgemicro
QUESTION: What would be the best approach to extend/enable this functionality
Ideally the */resource is automatically appended to the target url.