1 / 5
The gateway will ___ incoming requests to the right service.
-
-
-
-
A gateway routes requests. Route is the precise collocation; the others are vague. So route requests.
2 / 5
The gateway can ___ traffic to protect downstream services.
-
-
-
-
A gateway throttles traffic. Throttle is the exact technical verb; the others do not fit. So throttle traffic.
3 / 5
It will ___ each request before forwarding it.
-
-
-
-
A gateway authenticates a request. Authenticate is the precise collocation; the others are vague. So authenticate each request.
4 / 5
The gateway will ___ responses from multiple services.
-
-
-
-
A gateway aggregates responses. Aggregate is the standard collocation; put together is informal. So aggregate responses.
5 / 5
It can ___ rate limits per client to prevent abuse.
-
-
-
-
A gateway enforces rate limits. Enforce is the precise collocation; the others do not fit. So enforce rate limits.