When using a standard Django form, i get a 403 ony when using IE. I investigated with wireshark, and my guess is that it comes from an incompatibility between IE and the nginx server. Details can be found here :
http://stackoverflow.com/questions/13474326/http-403-with-django-form-submission-only-on-ie9
Any idea ?