I\'m working on an Android app that interfaces with a Django backend. I\'ve deployed the webservice using mod_wsgi, and have many web service calls that work and have been teste
I figured out what I was doing wrong. After setting up django logging, I was able to see where it was crashing. It was crashing when I tried to retrieve the "server_id" variable. I ended up adding that variable to the multipart entity as a string body rather than setting it as a header.