txthinking / brook

A cross-platform programmable network tool
https://brook.app
GNU General Public License v3.0
14.6k stars 2.4k forks source link

Bug: v20230401. wsserver and wssserver. Connectivity Check. 连通性检测. HTTP/1.1 400 Bad Request #1152

Closed txthinking closed 1 year ago

txthinking commented 1 year ago

Because the client forgot to append default path /ws.
因为客户端忘记了追加默认的 path /ws.

You can explicitly specify the path when adding the wsserver or wssserver, for example:
你可以添加时明确指定 path,比如:

ws://1.2.3.4:9999/ws
wss://domain.com:443/ws

Note: this does not affect the Connect.
注意: 这不影响连接功能.

txthinking commented 1 year ago

v20230404