Access to XMLHttpRequest at '' from origin '' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested – Jquery ajax
I have developed Asp.Net Core 3.1 API and deployed on the server through IIS, it's working as expected if I send the GET/POST request from Postman or browser, But Below code is giving error. $.ajax({ type: 'GET', crossDomain: true, dataType:…