Page 1 of 1

Submitted URI too large! Error 414

PostPosted: 19. June 2017 17:52
by erone1234
anyone happan to know how do i increase the url GET limit in xammp ?
so i could avoid getting this error Submitted URI too large! Error 414

Re: Submitted URI too large! Error 414

PostPosted: 20. June 2017 09:52
by Nobbie
You cannot increase that limit. Usually its a quite large value like 2048 or so, you have to find out why your application generates such large URIs and have to size down that URI. In many that large URI is a follow up of an application error. A large amount of data should be transmitted via POST instead of GET.

Re: Submitted URI too large! Error 414

PostPosted: 20. June 2017 13:15
by erone1234
ya i ended up going with the POST
was still just wondering if or how it can be done
thx