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

http error 431 - Increase max header field size? #2856

Open
ericsgagnon opened this issue Aug 20, 2024 · 1 comment
Open

http error 431 - Increase max header field size? #2856

ericsgagnon opened this issue Aug 20, 2024 · 1 comment
Labels

Comments

@ericsgagnon
Copy link

I'm getting http error 431 stating request header fields too large. Is there a way to increase the max size of header fields for jetty?

Issue is only happening with chrome while using reverse proxy authentication. MS Edge doesn't have the issue. I can resolve the issue for a minute by clearing cookies, cache, etc. but it comes right back.

Server logs don't show the header, just: org.eclipse.jetty.http.HttpParser - Header is too large 8193>8192. I assume that's not the actual size of the header, but rather it stops at 8193?

@ericsgagnon ericsgagnon added question Further information is requested wait for review labels Aug 20, 2024
@EvgeniaBzzz
Copy link
Contributor

Hi @ericsgagnon
8192 bytes (8 KB) is the default limit for headers on jetty servers.
We'll discuss and add something like a Jetty configuration to CloudBeaver to make the setup easier.
Thanks for your question!

@EvgeniaBzzz EvgeniaBzzz added feature request Let's add something new deployment local config and removed question Further information is requested wait for review labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants