DataTables 1.10.3 problem with Webtrees and HTTP/1.1 414 Request-URI Too Large
DataTables 1.10.3 problem with Webtrees and HTTP/1.1 414 Request-URI Too Large
Hello,
since I am using Webtrees updated version 1.6.0 with DataTables 1.10.3 I have many problems with HTTP/1.1 414 Request-URI Too Large :( I tried to ask my server provider to change apache limitrequestline parameter to larger number, but he denies.
So I tried to find a way how to fix it other way here:
http://www.webtrees.net/index.php/en/forum/help-for-ver-1-6-0/29727-datatables-warning-table-id-list-ajax-error
and found some here:
http://www.webtrees.net/index.php/en/forum/help-for-ver-1-6-0/29727-datatables-warning-table-id-list-ajax-error#49373
Well, problem is I am not programmer and I can not manage to change the code using this advices :(
So I am looking for somebody who would be so kind and fix the file with necessary changes for me...
Will I find someone???
Thanks very much in advance!
Peter
Answers
I would suggest using POST rather than GET. See this example.
Allan
Thanks, but as I wrote before :( I am not a programmer, I am afraid I cant do this... Thats why I asked here for help from professionals, for whom it would be easy and quick...
Maybe anybody else, would be so kind...
Thanks much, Peter
Why can't you do that? The example I liked to shows how you can use the
ajax.type
option to use POST. Its just an extra line or two and an adjustment to the server-side script you are ready using.Allan