Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

the server responded with a status of 431 (Request Header Fields Too Large) chrome Angular

I'am working in a project in angular 7. When a try to do a request to the server with a long list of ids in argument. I get an error 431 (Request Header Fields Too Large). This error appends only in chrome browser. In safari, edge and firefox, all works fine.

Is there any solution to remedy this problem on chrome ?

Thanks,

like image 275
Matthieu Avatar asked Oct 12 '25 06:10

Matthieu


1 Answers

This error can happen if your server sends too big headers, including cookies. Try to clean browser cookies for this site

like image 190
John Arnok Avatar answered Oct 14 '25 22:10

John Arnok