Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting "http 431 - Too big request header" from the builtin http server #549

Open
DaveOHenry opened this issue Jun 23, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@DaveOHenry
Copy link

I wanted to update the controller and get rid of the default backend container, but the builtin http server doesn't return the expected status code. The message is quite clear, but I haven't found a way to tweak the configuration here.

Is there any documentation about the builtin http server? Is there a way to configure it? Maybe it's possible to add config snippets to the "default-local-service" backend somehow?

@ivanmatmati
Copy link
Collaborator

Hi @DaveOHenry , currently we don't provide any configuration for the http server. We might consider that option in the future. Can you indicate which size is your header ?

@DaveOHenry
Copy link
Author

Hi @ivanmatmati . All headers combined are a little bit over 4KB. The largest one is the "Cookie" header with around 3.5KB.

@ivanmatmati ivanmatmati added the enhancement New feature or request label Jul 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants