An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
Hi, Application Gateway's header limits are platform limits; there is not normally a per-listener exception you can request. First identify whether the failure is one oversized header (often Cookie or Authorization) or the total request headers by capturing the gateway access log/status and a sanitized request. The durable fix is to reduce the header: trim cookies, avoid putting large claims/groups in tokens, use server-side session state, or send only the claims the backend needs. A rewrite rule can remove an unnecessary header, but it cannot help if the gateway rejects the request before rewrite processing. If the documented limit and observed behavior disagree, open a support case with a minimal reproduction and correlation/request ID.