lookup> 431

431 ·Request Header Fields Too Large

The request headers are larger than the server can handle.

Client ErrorRFC6585#5
Status431
PhraseRequest Header Fields Too Large
TypeClient Error
SpecificationRFC6585#5

What does HTTP 431 mean?

The request headers are larger than the server can handle.

It belongs to the 4xx Client Error class of responses, defined in RFC6585#5.

Browse all codes in this class: 4xx Client Error

How to fix HTTP 431

Reduce cookies and custom headers, or raise the server header-size limit.

  • The request or resource does not meet requirements
  • Client-side validation or routing problem

Website visitors

Double-check the URL, return to the homepage and search again, or retry later.

Developers

Reduce cookies and custom headers, or raise the server header-size limit.

Server administrators

Review access logs and permission rules for the affected path, and confirm routing and security policies.

Is HTTP 431 cacheable?

431 belongs to the 4xx Client Error class and is generally not cached for long; behavior is controlled by Cache-Control.

What does the 4xx class mean?

4xx Client Error: The request headers are larger than the server can handle.

4xx responses

Related status codes