בוקר טוב
נתקלתי בשגיאה הבאה : (בC#)
Access to XMLHttpRequest at ... from origin ... has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
התקנתי Microsoft.AspNet.WebApi.Cors
והוספתי ב- controller את השורה:
[System.Web.Http.Cors.EnableCors("*","*","*")]
ולא עזר.
אשמח לשמוע פתרונות אחרים
תודה רבה!!
נתקלתי בשגיאה הבאה : (בC#)
Access to XMLHttpRequest at ... from origin ... has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
התקנתי Microsoft.AspNet.WebApi.Cors
והוספתי ב- controller את השורה:
[System.Web.Http.Cors.EnableCors("*","*","*")]
ולא עזר.
אשמח לשמוע פתרונות אחרים
תודה רבה!!