HTTP call error ERR_RESPONSE_HEADERS_TOO_BIG

2

I'm submitting a form with a lot of information and I get the following message:

ERR_RESPONSE_HEADERS_TOO_BIG

Short code snippet:

$("#editForm").submit();

I understand that the error is because I am sending a lot of data, but is there any way to increase this limit?

    
asked by anonymous 10.05.2017 / 15:47

0 answers