pivotal-energy-solutions/django-datatable-view

Doesnt work with AWS load balancer

willslater opened this issue · 1 comments

Its been mentioned on closed tread but that solution was for MS server, I have same issue of 502 when trying to use on AWS server as the ajax request url to update the table is 3000 chars and I dont think it will accept.

Has anybody found a solution to this?

Ok, so seems from another closed issue from 5 years ago, it seems the problem can be solved using POST request rather than GET.

Is there a built in method for this switch?