Delete "http" launch profiles
Open
- Dominant language
- C#
- Stars
- 10.9k
- Forks
- 3.8k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 4
Description
The eShop solution currently requires HTTPS to function correctly, even when running locally for development, due to requirements from IdentityServer. This causes issues when launching the AppHost project via `dotnet run` as it defaults to using the first launch profile found, which is "http". If eShop doesn't support running without HTTPS we should delete the "http" launch profile and just have a single launch profile ("https") that works.
Contributor guide
Assessment
This issue has not been assessed yet.