Hi All,
Is it possible restrict API call based on request IP address. For Ex., I want to allow an API call to be triggered from ApiGee only if the requester IP address is, 10.07.20.119. Is it possible. Please help me out.
Solved! Go to Solution.
Hi,
Check out Access Control policy: http://apigee.com/docs/api-services/reference/access-control-policy.
One disadvantage of this is that IP addresses will need to be hardcoded in the policy and if/when you want to change them, you will need to change the policy and redeploy the bundle.