Spike Control

Spike Control   Spike Control policy limit or restrict the number of request an API can accept in a defined window of time. It doesn’t reject the requests when the number exceed in defined window of time and the policy allows requests to be queued for later reprocessing without closing the connection to the client.…

Share this:
Read More

Rate Limiting

Rate Limiting   Rate Limiting policy limit or restrict the number of request an API can accept in a defined window of time. It rejects the request when the number exceed in defined window of time. We can define multiple limits with window size ranging from milliseconds to years. So we can have limit like…

Share this:
Read More

HTTP Caching

HTTP Caching   HTTP Caching policy creates a caching space to store the response of different request. So if same request come then it will not go back to end system to retrieve the same information instead it will the response from caching. HTTP Caching policy is used for those APIs whose response will not…

Share this:
Read More