PascalSenn - Overview

Pinned Loading

  1. Welcome to the home of the Hot Chocolate GraphQL server for .NET, the Strawberry Shake GraphQL client for .NET and Nitro the awesome Monaco based GraphQL IDE.

    C# 5.7k 803

  2. 1

    The problem with authentication of web sockets is that you can only authenticate a http request once against a authentication scheme. 

    2

    After that the authentication is cached and will always yield the same result. 

    4

    A web socket connection starts over HTTP. A HTTP request with the Upgrade header is send to the back end. 

    5

    This request is then "upgraded" into a web socket that runs over the web socket pipeline.