PreviousNext

Enabling CORS in ASP.NET Web API 2

by bill-s, 2015-06-06T17:05:27.000Z

We recently completed an upgrade of one of our APIs to Web API 2. Previously we were using a CORS implementation for Web API v1 by Brock Allen which later paved the way for the support in Web API v2.

Read More