Hi,
I have a requirement where I need to iterate through a list of values and call an internal proxy endpoint with each of these values. A few questions regarding this:
1. Is it possible to make a service callout to an internal endpoint in a loop?
2. If no to above, is it true that loops in apigee are only possible via a javascript policy?
3. Is it possible to call an internal endpoint within a javascript policy? Or can this only be done via a service callout?
Thanks