SignalR: Error during WebSocket handshake: Unexpected response code: 400

后端 未结 5 2005
旧巷少年郎
旧巷少年郎 2020-12-31 04:22

I have just started working with SignalR. I have implemented real-time data reflection on my site using signalr. I was getting \"Error during Web-Socket handshake: Unexpecte

5条回答
  •  失恋的感觉
    2020-12-31 05:04

    If the problem are the proxies that exists in the path from client to server, there is nothing you can do but complain to your provider (both client and server).

    How HTML5 Web Sockets Interact With Proxy Servers

    By using a secure connection, you ensure that no proxy is going to mess with your connection.

提交回复
热议问题