Replace custom CORS support with standard
Closed this issue · 0 comments
chriseldredge commented
WebApi now includes built in support for CORS (http://www.asp.net/web-api/overview/security/enabling-cross-origin-requests-in-web-api).
The custom CORS implementation should be removed if possible.