Fix: ASP.NET Core CORS Policy Not Working in Production
A common gotcha when deploying ASP.NET Core apps — CORS works in dev but silently breaks in prod.
asp.net
cors
deployment
fix