Read Json Response
I am trying to read a json response from my python based backend. I am using this code for accessing the information. URL for first call public static final String JSON_RESPONSE_ST
Solution 1:
check for csrf_exempt
or proper permission for access to the url from app
Post a Comment for "Read Json Response"