An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
Hi ,
Thanks for reaching out to Microsoft Q&A.
No, you cannot bypass or increase the 8 KB per header field limit in azure application gateway, it is a hard platform constraint (applies regardless of WAF on/off). This is not configurable. The only viable approach is to redesign the request: move the large oslc.select payload out of headers into the request body (POST instead of GET), compress or shorten the field, or pass a reference/token that the backend resolves. If you must keep large headers, you need to avoid app gateway entirely (ex: route via azure front door or a custom proxy), but even then downstream services may enforce similar limits, so redesign is the realistic fix.
Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the reply was helpful. This will be benefitting other community members who face the same issue.