I am trying to do a POST request with a set of parameters to a given URL. The problem I am having is that the POST request is made, but no parameters are passed.
Set the header of your request:
builder.setHeader("Content-type", "application/x-www-form-urlencoded");