Use Edge Microgateway to protect intranet traffic while protecting internet traffic with Apigee Edge, deployment diagram is little confusing. Please help me understand same.
Above diagram says, Traffic hits Target API through intranet & again -> Edge Micro -> Target API . Why does it hit target API twice ?
Should it be like the below one ?
Is my understanding wrong ? Any help @docs @Prabhat Jha ?
Solved! Go to Solution.
Target API Implementation on left is different from one of on the right. I can see why it's confusing though. To give a more concrete example, Edge cloud proxies say is /orders which hits target API https://mycompany.com/orders (Target API Implementation on left ) which then would need to call multiple microservices (Target API implementation on right) internally say /customers and /transactions