how to increase header size limit
the default header size limit is 8K from cloudflare side. however, our web application need larger header more than 100k due to legacy issue. Could you please help how to alter this limit? thanks.
Request headers observe a total limit of 32 KB, but each header is limited to 16 KB. Under Workers Docs thoughhttps://developers.cloudflare.com/workers/platform/limits/
Headers exceeding 16 KB (typically due to too many cookies)https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/