Go to file
Javier Calvarro Nelson aa88f16b08
Fix cors with creds (#193)
2018-10-24 12:56:07 -07:00
.github
…
.vsts-pipelines/builds Remove filtering from CorsService 2018-10-11 12:23:40 -07:00
build Remove filtering from CorsService 2018-10-11 12:23:40 -07:00
samples Remove filtering from CorsService 2018-10-11 12:23:40 -07:00
src Fix cors with creds (#193) 2018-10-24 12:56:07 -07:00
test Fix cors with creds (#193) 2018-10-24 12:56:07 -07:00
.appveyor.yml
…
.gitattributes
…
.gitignore
…
.travis.yml Remove filtering from CorsService 2018-10-11 12:23:40 -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 Remove filtering from CorsService 2018-10-11 12:23:40 -07:00
korebuild.json Provide better errors if launching the browser failed 2018-10-12 17:22:07 -07:00
run.cmd
…
run.ps1
…
run.sh
…
version.props Update package branding for 2.2 RTM 2018-10-16 12:48:11 -07: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.