-
Notifications
You must be signed in to change notification settings - Fork 2k
Websocket return 403 upon upgrade request ? #1665
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
Comments
I fixed this by allow * orgins |
@AlwaysNoobCoder Do you mean you configured your socket server to accept all origins? I have a similar issue vitejs/vite#16557 where the |
Yes, I configured my socket server to accept all origins |
I think this was a regression. See #1669 |
Hello, I am using vitejs which use this library.
I configed vite to proxy my websocket endpoint like below:
but when connecting to it in browser:
using wireshark it shows that vite's proxy server returned 403:
I asked help in vitejs's repo, but get ignored.
I really hope can get some help here.
best regards.
The text was updated successfully, but these errors were encountered: