We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm new in bfe. I found JWT filter working with http but not WebSocket, ws request transfer to backend like no JWT filter. Something I missing?
Modules = mod_auth_jwt
$ http localhost:8080/ws HTTP/1.1 401 Unauthorized
The text was updated successfully, but these errors were encountered:
目前看到模块在 bfe_server/http_conn.go 501 行里,而 WebSocket 不会进入此行(version: 0.12.0)
Sorry, something went wrong.
@wanyxkhalil 感谢你的关注!后续版本将支持
Thanks!
No branches or pull requests
I'm new in bfe. I found JWT filter working with http but not WebSocket, ws request transfer to backend like no JWT filter. Something I missing?
The text was updated successfully, but these errors were encountered: