How to handle cors issue?
Step1: in the WebAPIConfig file
var cors = new EnableCorsAttribute("*", "*", "*");
config.EnableCors(cors);
*This post is locked for comments
How to handle cors issue?
Step1: in the WebAPIConfig file
var cors = new EnableCorsAttribute("*", "*", "*");
config.EnableCors(cors);
*This post is locked for comments
Can you please explain your question??
Is this for NAV or something else ?
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156