differentiate API calls whether it's coming from internal APIGEE proxies or other client syst

How to differentiate API calls whether it's coming from internal APIGEE proxies or other client system? Is there any request header available to differentiate?How to differentiate API calls whether it's coming from internal APIGEE Proxy or other client syste

0 1 67
1 REPLY 1

You can try inspecting the headers - client.ip or proxy.client.ip. One of those should be able to distinguish between external and internal (proxy chaining) calls.