|
I need to add this one line of code to my header in order to allow cross-domain requests. How do I do that with my django installation? I just need to grant access to http://secure.codepen.io |
|
This middleware looks like what you need: Django middleware for cross-domain XHR - I've answered the unanswered questions on that page. |