Hi! Let's assume we have a proxy endpoint: /products/{productId} And I want to limit calls for various productId values. Example urls: /products/1 /products/2 And of those endpoint has got it's own counter. Is it possible to setup quota policy for each request parameter separately?
Cheers, Tomas
Solved! Go to Solution.
Dear @Tomasz Korecki ,
Yes, It's possible. This is one of the basic features of quota policy. You can read more about same in our docs here.
<Identifier>
element to uniquely identify and apply quota against an individual client app or developer. Cheers,
Anil Sagar