When i try to debug using Firebug , i saw this 414 error.
In IE 6 am getting error when post 20 records, in Mozilla its more than 50,
in IE 8 more than 100.
When i Google it , i find it as server thing , something to do with Apache.
Am using Jquery , Ajax ,PHP combination.
Page redirect is also there after submission
Please share Any information regarding this error .
Yes, depents on the browser. If you have such long url’s you have a design problem anyway.
Found this on the internet, bit outdated but gives you an idea how long an url can be. If your posting data use the POST method instead of a GET.