Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] Setup CORS #5

Open
Doemuu opened this issue Sep 17, 2020 · 0 comments
Open

[ENHANCEMENT] Setup CORS #5

Doemuu opened this issue Sep 17, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Doemuu
Copy link
Member

Doemuu commented Sep 17, 2020

Overview

Set up CORS in API endpoints to allow for a microservice architecture in the production app.

Implementation Details

C# web APIs allow CORS through a global service in the Startup.cs as seen here, as well as scoped CORS endpoints as can be seen here.

@Doemuu Doemuu added enhancement New feature or request good first issue labels Sep 17, 2020
@Dan6erbond Dan6erbond changed the title Setup Cors Setup CORS Sep 27, 2020
@Dan6erbond Dan6erbond changed the title Setup CORS [ENHANCEMENT] Setup CORS Sep 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants