Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erossini/aspnetcorecors
How to add CORS to your ASP.NET Core project
https://github.com/erossini/aspnetcorecors
asp-net-core aspnetcore cors cors-enabled
Last synced: 18 days ago
JSON representation
How to add CORS to your ASP.NET Core project
- Host: GitHub
- URL: https://github.com/erossini/aspnetcorecors
- Owner: erossini
- Created: 2021-04-28T14:27:50.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T14:38:20.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T03:27:00.540Z (3 months ago)
- Topics: asp-net-core, aspnetcore, cors, cors-enabled
- Language: C#
- Homepage: https://www.puresourcecode.com/
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ASP.NET Core with CORS
How to add CORS to your ASP.NET Core project?On my [blog](https://www.puresourcecode.com/) I recently wrote an article about [Configure CORS in API Management](https://www.puresourcecode.com/tools/azure-tools/configure-cors-in-api-management/). Here the code fpr ASP.NET Core to add `CORS` to your application.
![](https://i2.wp.com/puresourcecode.com/wp-content/uploads/2021/04/VXM0t.png?w=640&ssl=1)