xswitch icon indicating copy to clipboard operation
xswitch copied to clipboard

wss、ws 请求无法转发

Open yyjazsf opened this issue 6 years ago • 2 comments

[
      "https://localhost:7000/sockjs-node/(.+)",
      "http://127.0.0.1:7000/sockjs-node/$1"
],
[
      "wss://localhost:7000/sockjs-node/(.+)", // 无效
      "ws://localhost:7000/sockjs-node/$1"
],

yyjazsf avatar Oct 11 '19 03:10 yyjazsf

https://github.com/yize/xswitch/blob/7653a0aeb6b762f4dce9fa73089f91b99d604dc6/src/forward.ts#L177 目前没有支持

yize avatar Oct 12 '19 07:10 yize