Enable CORS in a Django Apache Project
I have an Django project that runs on Apache. With Javascript and Python i make request on diffrent sites. I always get following error: Access to XMLHttpRequest at 'site' from origin 'site2' has been blocked I already tried diffrent things.…