Request-URI Too Large

Posted on 16th Feb 2014 by admin

I have created a simple submit form for a mysql database that puts a piece of code into database.
But if I want to put a document of any decent length, eg. 500 characters (I guess), I get the error message, on submit:

Request-URI Too Large

The requested URL's length exceeds the capacity limit for this server.
I am using post method .
Server is Xampp.
Is there a config file that needs to be modified to handle lager documents.

Other forums