I have a two apiproxies Proxy A and Proxy B, both deployed in same env. Proxy A makes LocalTargetConnection (by proxy path) to Proxy B.
How does apigee internally correlates the transactions. If Proxy A makes request to Proxy B, how is the request and response correlated.
Please guide.
Answer by Siddharth Barahalikar
·
Aug 10, 2018 at 09:48 AM
Hi @Apoorva, when using LocalTargetConnection(Proxies you want to connect in this way must be in the same organization and environment) and connecting to a proxy via path, it is assumed that the host of target proxy is same as the current proxy and hence Apigee knows the host, org, env & proxypath and uses them to make a request and respond back.
If you haven't gone through this, please have a look,
https://docs.apigee.com/api-platform/fundamentals/connecting-proxies-other-proxies#top_of_page
Apigee Inernal Proxy Chaining 1 Answer
variable 'proxy.pathsuffix' does not gets populated in the child proxy in proxy chaining 2 Answers
Proxy chaining and Edge Cloud plan quota 2 Answers
How to access parent proxy flow variables in child proxy target flow 0 Answers
How does Apigee support the concept of DRY - don't repeat yourself? 3 Answers