Skip to content

Commit e74db43

Browse files
Update authn-and-authz.md
1 parent 055a387 commit e74db43

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

aspnetcore/signalr/authn-and-authz.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ In standard web APIs, bearer tokens are sent in an HTTP header. However, SignalR
108108

109109
[!code-csharp[Configure Server to accept access token from Query String](authn-and-authz/sample/Startup.cs?name=snippet)]
110110

111+
[!INCLUDE[request localized comments](~/includes/code-comments-loc.md)]
112+
111113
> [!NOTE]
112114
> The query string is used on browsers when connecting with WebSockets and Server-Sent Events due to browser API limitations. When using HTTPS, query string values are secured by the TLS connection. However, many servers log query string values. For more information, see [Security considerations in ASP.NET Core SignalR](xref:signalr/security). SignalR uses headers to transmit tokens in environments which support them (such as the .NET and Java clients).
113115

0 commit comments

Comments
 (0)