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,