XecureAPI Documentation

XecureAPI Gateway is a centralized place for managing, monitoring, and securing APIs to simplify complicated distributed systems and enhance the API performance, scalability, and reliability

API Gateway API Security Setup Guides

Rate Limiting:

  • In order to configure policies, navigate to the “Policy” section.

XecureAPI configure policy rate limiting with api gateway

  • click on the “Add Policy” button located at the top right.

XecureAPI Add Policy rate limiting with api gateway

  • Select the “Rate Limiting” policy.

XecureAPI Add Policy rate limiting with api gateway

  • Routes: Choose the route to which you wish to apply the "Rate Limiting" policy.
  • Name: Provide a valid and unique name for policy.
  • Description: Provide information about the purpose of this policy.
  • Request: Specify the maximum number of requests will be allowed for a particular time interval.
  • Time: Enter the numeric value representing the duration.
  • Time Unit: Choose the unit for the duration (e.g., seconds, minutes).
  • Once done, click on “CONFIGURE” to create the policy. It will also attach the policy to the route.

XecureAPI Add Policy rate limiting with api gateway

  • After creating and attaching the policy to a route, Navigate to the “Route” section from the left-side of the panel.
  • Click on the “Deploy” button to apply the latest configuration.

XecureAPI Add Policy rate limiting with api gateway