How to enable cors in WebApi to handle request from different subdomains?
How to enable cors in WebApi to handle request from different subdomains? I created my webApi which was hosted on different subdomain. When I was trying to access it through Angular, I was getting error with Access-Control-Allow-Origin. In my research I found I need to enable Cors to handle cross origin requests. Below is the…
Read More “How to enable cors in WebApi to handle request from different subdomains?” »