How to set access control allow origin on particular file web.config
If this were a dynamic response, I’d simply do Response.Headers.Add("Access-Control-Allow-Origin", "*"); but I have a static file I’d like to allow cross domain access to.
If this were a dynamic response, I’d simply do Response.Headers.Add("Access-Control-Allow-Origin", "*"); but I have a static file I’d like to allow cross domain access to.
Can I create .config file and include it to web.config?
How can i do this?
I have a small python project that has the following structure –