INFO: Error parsing HTTP request header

0

When submitting a form, I was testing how much information I can send via HTTP. I am using Mysql DBMS. I have an application that runs several fields of type textarea.

Example: a form with 10 textarea (I use a field limiter to validate the amount of typed character). For each textarea I allow the user to enter up to 400 characters.

The question is: is there any way for Mysql to accept more values? Is there any configuration, what should be done? Example: Each textarea accept 2000 character! Here is information generated on the console:

INFO: Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level. 
    
asked by anonymous 29.04.2017 / 23:57

0 answers