I'm working with WSO2 APIM 4.2 and the URL gateaway path looked like this.
Https://ourdomain.com:8243/context/version/resource
Can I position the url to /version/context/resource or eliminate the version and context completely?
So the URL only contains https://ourdomain.com:8243/resource
Is there anything I can do about this?
You can't change the order of context
and the version
. Having said that, context is the unique identifier of each API. So you need to have a context for every API. What you can do is create an API per resource in that case. You can get rid of the version by making the API have a default version. Then the API URL will look like below.
http://<hostname>:<port>/something/