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?