Following is the way my business partner would invoke the backend with following format (in their URL) like one of 3 formats.
1.https://mybackend.name.com/service/pathname
My requirement is to maintain same invocation style after moving into Apigee Cloud from Business partner.
Understand that
As per Apigge Documentation
By default, your organization name is in the URL used to call your API proxies
http(s)://<your_org_name>-.apigee.net/proxy_base_path/…
Per our requirement Business should have 0% changes from their end including URL invocation hence
.Do I need 3 organization name like listed below.
- .mybackend.name.com
- seconbackend.name.com
- www.worldxx.com
Apigee being in cloud environment, how do I avoid environment and .apigee.net in URL by business partners
Or is there any other alternative to achieve this ? but my invocation style from business partner should remain same. Not the way Apigee defines like orgname and env name with apigee.net etc in URL
Please suggest