I am trying to post some parameters to my rails API using Volley in Android. This is the code:
I tried with two log statements, one in getParams() and
getParams()
I solved my issue by simply removing Content-Type from header :)