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

Solved Solved
0 2 98
1 ACCEPTED SOLUTION

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.

View solution in original post

2 REPLIES 2

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.

Actually, Our APIGEE on-premises servers having 3 IPs and I want to ignore OAuth validation in main proxy if request comes from those IPs (Proxy chaining calls from other proxies). How can achieve this?