I'm having an issue where my api, which uses a very vanilla django-rest-framework setup (viewsets and model serializers) is working fine locally, and once deployed, works fine for everything but POSTing via the HTML form in the browsable API. Any time I submit a post via this form, I get "HTTP 400 bad request".
Has anybody experienced anything similar? I'm running NGINX/UWSGI on a centos server.