You are setting CORS twice. I think that is the issue.
Please remove any one CORS settings. You can either remove it from web.config
or from WebApiConfigFile.cs
.
You are setting CORS twice. I think that is the issue.
Please remove any one CORS settings. You can either remove it from web.config
or from WebApiConfigFile.cs
.