Error during WebSocket handshake: Unexpected response code: 400

websocke偶尔中途断连,重新连接报跨域

问题描述

在开发环境正常使用,测试、生产环境报错,生产环境配置了nginx反向代理。

具体报错截取部分:

Websocket connection to 'ws://*****' faild: Error during WebSocket handshake: Unexpected response code: 400

websocket握手连接报文

GET / HTTP/1.1
Upgrade: websocket
Connection: Upgrade
Host:

你可能感兴趣的:(踩坑专辑,websocket)