I have one Django web service application running in domain A. The application uses a content file for storing some HTML files and images needed it. Another application running on domain B want to access my services and content. I enabled CORS in my domain A. Now I can access web services running on domain A from domain B and also the image files from domain A. But I have some HTML in the content file. I can't access that HTML content from domain B.I have one Django web service application runni