PreviousNext

Enabling CORS in ASP.NET Web API 2

by bill-s, 2015-05-14T03:23:20.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