Azure App Service (Node) CORS origins won't work no matter where I add them
问题 The Azure CORS settings doesn't seem to work at all unless I specify * any and all requests will return "has been blocked by CORS policy: Response to preflight request doesn't pass access control check: It does not have HTTP ok status." I've added my CORS http + https variants of both my production + dev environment frontend. I have also added them in the web.config. <add name="Access-Control-Allow-Origin" value="https://LINK"/> <add name="Access-Control-Allow-Origin" value="https://LINK/"/>