HTTP
431 Request Header Fields Too Large
The server refuses to process the request because an individual header field or all headers collectively are too large.
When You See This Code
When cookies accumulate to an excessive size, or a single header (like Authorization) is too long.
How to Fix
Reduce header sizes. Clear excessive cookies. Use shorter tokens.