Hello,
I have added virtual hosts for my test and prod environments. When I call the new domains (e.g. https://api.freightos.com/shipping) I'm getting this error:
{"fault":{"faultstring":"Unable to identify proxy for host: api.freightos.com:443 and url: \/shipping","detail":{"errorcode":"messaging.adaptors.http.flow.ApplicationNotFound"}}}
When I call the apigee.net domain (e.g. https://freightos-prod.apigee.net/shipping), I'm getting this answer, which looks correct (e.g. the application found and all is well except the missing params):
{"fault":{"faultstring":"Failed to resolve API Key variable request.queryparam.apikey","detail":{"errorcode":"steps.oauth.v2.FailedToResolveAPIKey"}}}
I assume I had to change the API proxy as well, or similar... Not sure how to do it though.
I know that I can create a new proxy using the new virtual hosts, with a new API product etc. but what I really need is to use our new custom domains, without the need to create a new app in the portal that includes the new API product.
Thanks,
Anton.