Hello everyone,
we are having some trouble using the QuotaPolicy on Proxies with double "_"
For this URLs the Quota variables are not being correctly filled (always 0).
We usually check the "ratelimit.Quota-Limits.allowed.count" and "ratelimit.Quota-Limits.used.count" variables, but for the mentioned cases, this values are not set.
Does anybody know a possible solution for this?
Should we instead use "ratelimit.Quota-Limits.class.used.count" and "ratelimit.Quota-Limits.class.allowed.count" ?
Here is our Policy Definition:
<Quota type="calendar" name="Quota-Limits" > <StartTime>2017-3-30 12:00:00</StartTime> <Interval>1</Interval> <TimeUnit>minute</TimeUnit> <Allow count="2000"/> <Identifier ref="request.header.host"/> <Synchronous>true</Synchronous> <Distributed>true</Distributed> </Quota>
PS: We are using Apigee 4.17.09.00
Thanks in advance,
Oscar