Closed yovanoc closed 3 years ago
If you have an access to the source code of the WebSocket server, can you share some minimal example? If not, can you share the URL you're trying to connect to?
https://proxyconnection.touch.dofus.com?STICKER=6hia7dpWJgeSF4zn
Its a Primus server with Engine.io as a transport
Thanks
I've sketched a raw WebSocket example here:
https://gist.github.com/szmarczak/01e489f8115222c72db1e55e49e82f5c
I will try to do this using http2.
Its a Primus server with Engine.io as a transport
Engine.io uses HTTP/1.1, so you have to use HTTP/1.1 here. I highly doubt CloudFlare proxies HTTP/2 WebSockets to HTTP/1.1.
Follow up #46