Response to preflight request doesn’t pass access control check: It does not have HTTP ok status. React with Axios
I think I’m going insane. I have set up a Web API using Visual Studio, and I am trying to connect it to my React (Typescript) application. I have set the cors custom headers in the web.config. used services.EnableCors() in the WebApiConfig…