Skip to main content

HTTP 431 Request Header Fields Too Large

Headers exceed the server's size limits — often a runaway cookie or oversized auth token.

4xx · Client error✗ not retryable — fix the request instead

Fix checklist

  • Strip unnecessary cookies from API requests.
  • Check for headers accidentally accumulating values.

Spec: RFC reference