You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a http-proxy server using connect in order to support body-parser. I would also like to proxy WebSocket requests ws://...., but the function in connect.use(fn) doesn't see requests from ws://. I have tried specifying http.createServer(app, {ws:true}).
The text was updated successfully, but these errors were encountered:
I have a http-proxy server using connect in order to support body-parser. I would also like to proxy WebSocket requests ws://...., but the function in connect.use(fn) doesn't see requests from ws://. I have tried specifying http.createServer(app, {ws:true}).
The text was updated successfully, but these errors were encountered: