2
I am submitting a form with lots of information and I receive the following message:
ERR_RESPONSE_HEADERS_TOO_BIG
Small section of the code:
$("#editForm").submit();
I understand that the error is by sending too much data, but there is some way to increase this limit?