Hi,
I have a requirement were we would like to point our vendors to specific url. So for vendor “abc” we would like to provide them https://abc.mycompany.com/v1/api and for vendor “xyz” the api proxy url would be https://xyz.mycompany.com/v1/api.
Can we configure multiple hostnames pointing to the same Apigee proxy endpoint ?
Thanks,
SK
Hi @Sudhan Kanade
Yes its possible using multiple virtual hosts inside proxy endpoint
<HTTPProxyConnection> <BasePath>/oauth10a/client_credential</BasePath> <VirtualHost>default</VirtualHost> <VirtualHost>secure</VirtualHost> <VirtualHost>MyVirtualHost</VirtualHost></HTTPProxyConnection>
Create the virtual host in the environment configuration. If you have an on prem installation , you can create it your self, for cloud based installation, connect to apigee support
For more details on virtual host refer this link