aspnetcore/test/WebSites/CorsMiddlewareWebSite
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
..
CorsMiddlewareWebSite.xproj One build to rule them all 2016-07-06 22:02:12 -07:00
EchoMiddleware.cs
Startup.cs Remove reference to UseDefaultHostingConfiguration 2016-04-27 16:30:18 -07:00
project.json 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
readme.md
web.config Update web.config and add publish tool 2016-04-25 10:48:23 -07:00

readme.md

CorsMiddlewareWebSite

This web site illustrates how to use CorsMiddleware to apply a policy for entire application.