Relative Content

Tag Archive for asp.net-web-apicors

Access to XMLHttpRequest at has been blocked by CORS policy It does not have HTTP ok status

I have an application which is developed in 4.8 framework and another application .NET 8.0. The one in 4.8 is where I am developing the API’s and consuming in the other project. I added this in web.config but no luck. Initially I got it when I am using a GET call but after adding this it was good. But the same is not working for POST call so can some one let me know what changes I need to do