Hi every one i have one issue, that i try resolve. I have one domain http://example.com and https://example.com can i enable cors without specifying subdomains. For example if i enable cors like this
var cors = new EnableCorsAttribute("http://example.com,https://example.com", "*", "*"); config.EnableCors(cors);
Will it works for this domains, as example http://app001.qa1.example.com https://app001.qa1.example.com
thanks in advance
1.4m articles
1.4m replys
5 comments
57.0k users