Call HTTP error ERR_RESPONSE_HEADERS_TOO_BIG

Asked

Viewed 74 times

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?

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.