Hi All,
I tried to put below code in of a policy to count the quota used/left in response header, but its not working.
<Headername="RateLimit-Limit">{ratelimit.Quota.allowed.count}</Header>
<Headername="RateLimit-Available">{ratelimit.Quota.available.count}</Header>
<Headername="RateLimit-Reset">{ratelimit.Quota.expiry.time}</Header>
Can someone please provide solution for this.