Complete the code to define the API Gateway's main responsibility.
The API Gateway acts as a single [1] point for all client requests.
The API Gateway serves as the single entry point for clients to access multiple backend services.
Complete the code to describe a key feature of the API Gateway.
The API Gateway [1] requests to appropriate microservices based on the URL path.The API Gateway routes incoming requests to the correct microservice depending on the request path.
Fix the error in the description of API Gateway's role in security.
The API Gateway [1] authentication and authorization before forwarding requests.
The API Gateway handles authentication and authorization to secure access to backend services.
Fill both blanks to complete the API Gateway's function in response handling.
The API Gateway [1] responses from microservices and [2] them to clients.
The API Gateway aggregates responses from multiple services and forwards a combined response to the client.
Fill all three blanks to complete the API Gateway's role in scalability and client support.
API Gateway supports [1] by offloading [2] from microservices and provides [3] for different client types.
The API Gateway supports scalability by offloading request routing from microservices and provides protocol translation for different clients.