-
Notifications
You must be signed in to change notification settings - Fork 12k
Proxy to backend for WebSocket #6081
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
|
{
"/ws": {
"target": "ws://localhost:8000",
"secure": false,
"ws": true
}
} |
This was referenced Nov 18, 2020
This was referenced Mar 28, 2021
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It's perfectly working for Http, but not for WebSocket. I did not find the documentation about this. How can I do proxy for WS?
ng serve --proxy-config proxy.conf.json
proxy.conf.json:
The text was updated successfully, but these errors were encountered: