You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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!
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?
The text was updated successfully, but these errors were encountered: