We need to be able to redirect all requests for a given MO or GCP to an alternative resolver. And this needs to be an option in the UI in a way that makes sense to non-specialist users. At its most simple, it's likely to be just 0123456789* (i.e. anything that matches that initial string) but we also need to support more intricate things like:
We need to be able to redirect all requests for a given MO or GCP to an alternative resolver. And this needs to be an option in the UI in a way that makes sense to non-specialist users. At its most simple, it's likely to be just 0123456789* (i.e. anything that matches that initial string) but we also need to support more intricate things like:
https://target.api.example.com?gtin={gtin}&ser={ser}
etc.
N.B. This is not fully defined in version 1.1 of the standard but will be in version 1.2.