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
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
readme.md

readme.md

CorsWebSite

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