How to give qouta limit for combination of proxies at developer level eg:- developer needs to get only 1000 hits per 1day combining 2 or 3 proxies, how to do it

Combine Quota limit for multiple proxies such that developer has eg- 1000 requests per 1 day combining both the proxies @Anil Sagar @ Google

You could use a proxy that implements the quota (and nothing else) and then have your other proxies do a LocalTargetConnection ServiceCallout to check/enforce the quota.

1 Like

Oh yes, create a common proxy where you will put quota as per your Developer, and do proxy chaining to other three proxies from the common proxy. We have implemented the same in our case.

1 Like