Go to file
Pranav K 6090cd33aa
Merge branch 'master' into merge/release/2.2-to-master
2018-10-16 10:33:00 -07:00
.github
.vsts-pipelines/builds Merge remote-tracking branch 'origin/release/2.2' 2018-10-12 15:21:44 -07:00
build Merge remote-tracking branch 'origin/release/2.2' 2018-10-12 15:21:44 -07:00
samples Remove filtering from CorsService 2018-10-11 12:23:40 -07:00
src Log when a request is an OPTIONS request but not a preflight request 2018-10-11 16:30:22 -07:00
test Increase test timeout to accomodate slow machines 2018-10-16 10:04:12 -07:00
.appveyor.yml
.gitattributes
.gitignore
.travis.yml Merge remote-tracking branch 'origin/release/2.2' 2018-10-12 15:21:44 -07:00
CONTRIBUTING.md
CORS.sln Remove filtering from CorsService 2018-10-11 12:23:40 -07:00
Directory.Build.props
Directory.Build.targets
LICENSE.txt
NuGet.config
NuGetPackageVerifier.json
README.md
build.cmd
build.sh
korebuild-lock.txt Merge remote-tracking branch 'origin/release/2.2' 2018-10-12 15:21:44 -07:00
korebuild.json Merge branch 'master' into merge/release/2.2-to-master 2018-10-16 10:33:00 -07:00
run.cmd
run.ps1
run.sh
version.props

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.