skip to Main Content

Enabling Cors in local IIS – Jquery ajax

I've tried following the steps from Microsoft https://learn.microsoft.com/en-us/aspnet/web-api/overview/security/enabling-cross-origin-requests-in-web-api I committed the codes I created in GitHub link below https://github.com/RGatchalian/StackOverflowQuestions/tree/master/ASPNET/EnablingCors Just to explain, Front-end folder is the call from Javascript to the WebApi and TestingCors folder is the WebApi. I'm currently…

VIEW QUESTION
Back To Top
Search