aspnetcore/src/Mvc/test/WebSites/CorsWebSite
Pranav K 51e2bea403
Throw if CORS policy is configured to allow credentials and any origin (#7751)
* Throw if CORS policy is configured to allow credentials and any origin

Fixes https://github.com/aspnet/AspNetCore/issues/3106
2019-02-21 09:06:00 -08:00
..
Controllers Throw if CORS policy is configured to allow credentials and any origin (#7751) 2019-02-21 09:06:00 -08:00
Filters
CorsWebSite.csproj Merge branch 'release/2.2' 2019-01-09 18:09:25 -08:00
Program.cs
Startup.cs Throw if CORS policy is configured to allow credentials and any origin (#7751) 2019-02-21 09:06:00 -08:00
StartupWithoutEndpointRouting.cs Update MVC/Routing Startup Experience (#7425) 2019-02-11 19:18:05 -08:00
readme.md

readme.md

CorsWebSite

This web site illustrates how to configure actions to allow/disallow cross origin requests.