New Member
Since ‎07-11-2019
‎06-22-2021

My Stats

  • 36 Posts
  • 5 Solutions
  • 23 Likes given
  • 29 Likes received

abhinabanag92's Bio

Badges abhinabanag92 Earned

View all badges

Recent Activity

We have included below policies in all our API proxies:1. Access Control Policy. (We follow Deny all, and Allow necessary IPs)2. Spike Arrest Policy.3. Regular Expression Protection.We want to track hits coming from all non-whitelisted IPs, any incom...
We got a requirement in hand where consumer team are not able to provide IPs for access control and they have provided URLs instead. Please let us know, if URLs can be "allowed" in Apigee? If yes, then how?
We have been so far using the 3 domains provided by Apigee (default domains provided by Apigee as part of license) for the 3 cloud environments namely DVLP, QUAL and PROD for our organizational projects. Are these domains temporarily provided by Apig...
I am getting a JSON response like below:[ { "id": "1", "name": "Abhi", "pan": "ABC", "bg": "O+" }, { "id": "2", "name": "Ashish", "pan": "XYZ", "bg": "AB+" }, . . . ]and I want to remove the "pan" and "bg" field from all elements of the array in the ...
Suppose I need to Allow IPs of the range: 10.10.80.0 - 10.10.95.255 inside Access Control PolicyCurrently I am writing them like below: AC-Test 10.10.80.0 10.10.81.0 . . . 10.10.95.0 Is there any other way to write them in single line?