How does an API gateway contribute to API security?
- It authenticates and authorizes incoming requests
- It automatically generates API documentation
- It encrypts all communication between clients and the API
- It monitors and manages API traffic
An API gateway contributes to security by monitoring, managing, and controlling API traffic. It enforces rate limiting, detects and prevents attacks like DDoS, and provides centralized authentication and authorization.
Loading...
Related Quiz
- Testers contribute to the refinement of _________, ensuring that they accurately reflect user requirements and scenarios.
- How does containerization aid in managing test environments for API testing?
- Which of the following best describes the process of identifying equivalence partitions in API testing?
- In a scenario where an API accepts a range of numeric inputs, how would you apply Equivalence Partitioning to test this effectively?
- Why is it important to maintain documentation for deprecated APIs?