[Django]-Fetch data of Android POST in django server

4👍

You are requesting a URL without an end slash, and Django is probably redirecting to the version with the slash, losing the POST data in the process. You should request "https://www.zzz.com/bulk-loc-add/".

Leave a comment