I am asking about what the accepted best practices are in retrieving information from a REST server where the client needs to provide some data.
Usually it is done as CGI parameters... but is it OK to do a POST with a json payload with the info in order to get information?