dotnet / dotnet/eShop

Delete "http" launch profiles

Open
#231 8 comments 0 reactions 1 assignee Claimed by @SrushtiPasari94 View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.