Open
Description
How strict is the gRPC standard with respect to URLs?
Today we generate URLs that always place them at the root of the web app.
e.g. /Count.Counter/AccumulateCount
Is there flexibility to have them prefixed with a URL segment in a web app?
e.g. /api/Count.Counter/AccumulateCount
If this is allowed then we should provide a way to customize service URLs in the startup experience.
UPDATE 2021/04/21 ✔️
Calling a service in a sub-directory documented here: https://docs.microsoft.com/en-us/aspnet/core/grpc/troubleshoot#calling-grpc-services-hosted-in-a-sub-directory