While developing a web with a payment system, using Stripe + Django, I am facing a CORS problem. I'm trying to create a session through a CANVAS form with your plugin, but it seems like functions.js and ajaxForm is catching the request and changing the headers.
I tried in localhost, with my own nginx, in my server side with its own nginx, adding django-cors-headers, using Access-Control-Allow-Origin = * and nothing works.
Do you know where it can be the error? I cannot locate it, just the files plugins.js and functions.js, related with ajaxForm, but cannot find the exact line that is breaking the requests.
