Asp.Net example for actors use httpsredirection
- Dominant language
- C#
- Stars
- 1.2k
- Forks
- 378
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
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:

Page authoring actors:

**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.