Content-Based Routing
← Back to Layer 7 Load Balancing
L7 load balancers inspect HTTP request attributes (URL path, headers, query parameters, cookies) to make routing decisions. Examples: route /api/* to API servers, route by Accept-Language header to regional servers, route by cookie value for A/B testing.