How does an API Gateway contribute to the security of APIs?

  • An API Gateway provides a central entry point for APIs
  • An API Gateway encrypts API responses
  • An API Gateway exposes all APIs to the public
  • An API Gateway manages database access control
An API Gateway plays a critical role in API security. Option A is correct because it acts as a central entry point for APIs, enabling authentication, authorization, logging, and more. It does not primarily handle encryption of API responses, expose all APIs to the public, or manage database access control.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *