Does anyone have experience of anonymous authentication and windows authentication with Web Api Core and CORS? Essentially I need Windows Authentication enabled, however when I do so CORS requests to PUT and POST fail due to the preflight request being rejected. I have enabled CORS properly using the below code but nothing seems to work.Does anyone have experience of anonymous authen