How to set the header size limit of graphql-mesh ? #6668
Answered
by
ardatan
Mr-ZhaoRui
asked this question in
General
-
When I access the playground or access the graphql-mesh service resource, I get the following error:Request Header Fields Too Large My header contains cookies and tokens used for authorization authentication, and I cannot remove them. |
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Mar 15, 2024
Replies: 1 comment 2 replies
-
You can use UWS_HTTP_MAX_HEADERS_SIZE env variable to increase the header size limit. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Mr-ZhaoRui
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use UWS_HTTP_MAX_HEADERS_SIZE env variable to increase the header size limit.