Is it possible restrict API call based on request IP address?

Not applicable

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 Solved
0 2 3,028
1 ACCEPTED 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.

View solution in original post

2 REPLIES 2

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.

Thank you so much, Ozan Seymen. It works fine 🙂