dapr / dapr/dotnet-sdk

Asp.Net example for actors use httpsredirection

Open
#858 0 comments 0 reactions 0 assignees View on GitHub
content/incorrect-information documentation
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:

![image](https://user-images.githubusercontent.com/12749161/130915632-93cec406-e37f-49ca-b6cf-c23dbc9a73eb.png)

Page authoring actors:
![image](https://user-images.githubusercontent.com/12749161/130915423-a196130d-67d9-482b-8aae-fcaff7a24c52.png)

**Additional context**

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.