Go to file
Choc 8214954d5b Add support for clients to configure a policy with custom logic about whether an origin should be allowed and provide a default implementation of the functionality to allow wildcard subdomains 2016-11-29 12:27:00 -08:00
samples
src/Microsoft.AspNetCore.Cors Add support for clients to configure a policy with custom logic about whether an origin should be allowed and provide a default implementation of the functionality to allow wildcard subdomains 2016-11-29 12:27:00 -08:00
test Add support for clients to configure a policy with custom logic about whether an origin should be allowed and provide a default implementation of the functionality to allow wildcard subdomains 2016-11-29 12:27:00 -08:00
tools
.gitattributes
.gitignore Add support for clients to configure a policy with custom logic about whether an origin should be allowed and provide a default implementation of the functionality to allow wildcard subdomains 2016-11-29 12:27:00 -08:00
.travis.yml
CONTRIBUTING.md
CORS.sln
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
appveyor.yml
build.cmd
build.ps1
build.sh
global.json Pin global.json SDK to 1.0.0-preview2-1-003177. 2016-11-23 15:59:52 -08:00

README.md

CORS

AppVeyor: AppVeyor

Travis: Travis

CORS repository includes the core implementation for CORS policy, utilized by the CORS middleware and MVC.

This project is part of ASP.NET Core. You can find samples, documentation and getting started instructions for ASP.NET Core at the Home repo.