ASP.NET Core CORS configuration made simple

When a front-end application (think javascript) tries to access your ASP.NET Core API, if your API is hosted at a different “origin” then you’ll see the dreaded “CORS” error.
Use this tool to make your ASP.NET Core API and front-end app play nice.
corsdot.net/?utm_source=list

Leave a Reply

Your email address will not be published. Required fields are marked *