Open
Description
Describe the issue
The actor example at the page https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-actors/dotnet-actors-howto/ contains "app.UseHttpsRedirection();". Instead on the page'authoring actors', the documentation recommend that you do without useHttpsRedirection.
URL of the docs
- https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-actors/dotnet-actors-usage/
- https://docs.dapr.io/developing-applications/sdks/dotnet/dotnet-actors/dotnet-actors-howto/
Expected content
Example without the line "app.UseHttpsRedirection()";
Screenshots
example actor registration:
Additional context