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

Viewed 3223

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,

1 Answers

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

Related