How to handle cors issue?
Step1: in the WebAPIConfig file
var cors = new EnableCorsAttribute("*", "*", "*");
config.EnableCors(cors);
How to handle cors issue?
Step1: in the WebAPIConfig file
var cors = new EnableCorsAttribute("*", "*", "*");
config.EnableCors(cors);