I'm using window.location.href = "some ajax call"; for exporting, but when there is large number of data (for eg.5000),I'm getting the result as "Request-URI Too Large "pathname" does not allow request data with GET requests, or the amount of data provided in the request exceeds the capacity limit."
Can someone please provide me the solution for this problem?