Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wss、ws 请求无法转发 #50

Open
yyjazsf opened this issue Oct 11, 2019 · 1 comment
Open

wss、ws 请求无法转发 #50

yyjazsf opened this issue Oct 11, 2019 · 1 comment

Comments

@yyjazsf
Copy link

yyjazsf commented Oct 11, 2019

[
      "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"
],
@yize
Copy link
Owner

yize commented Oct 12, 2019

/http(s?):\/\/.*\.(js|css|json|jsonp)/.test(redirectUrl) &&

目前没有支持

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants