Querying Views using a POST request instead of GET (key limit)

Hi all,

I was trying to query view with many keys(around 20K) using the Java api but this results in exception. The reason I think is because the query is fired as a GET request which has the limit on the number of characters in the URL. Is there a way to do a POST request on view using the JAVA api.

Thanks,
Isan

@isanfulia Did you find a solution to get around it? I think I have the exact same problem.