This repository was archived by the owner on Dec 20, 2024. It is now read-only.
Middleware max request headers length #3771
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Edge Middleware has a limit of 16KB for request headers length and there is no way to configure that.
Our use case involves some relatively heavy data movement via cookie headers so it can be consumed on the client side later to avoid additional API requests.
The question is:
Is there a plan to add a config option to increase the header size limit or is it simply not possible due to hardware/runtime limitations?
Beta Was this translation helpful? Give feedback.
All reactions