We are calling one proxy from another proxy in Apigee Edge using LocalTargetConnection.
API Proxy1 --> API Proxy2 with ACL --> Target
In the second proxy we have added ACL policy to allow only local connections i.e. to allow request only from Proxy1.
How can we get the Apigee local IPs which can added in ACL policy?
We are using Apigee SaaS. We have followed Proxy chaining from here.
Thanks.