I am trying to get a jSON response in Android from my Django based web backend. The response I am getting is
03-19 16:32:32.120: I/System.out(7442): This si
The response was redirecting me to the custom login-page where I had used @csrf_exempt. Further login details were required for code to process the info. I added the login parameter along with my call and the desired response was obtained
@csrf_exempt