Closed
Description
Some libraries such as socket.io can fall back Flash based sockets when the client does not support WebSockets. To achieve this, the client's Flash program first needs to request a 'socket policy file' from the server. This request consists of a self-closing XML node followed by the null byte sent over raw TCP:
<policy-file-request/>\0
node-http-proxy will drop this request, causing the Flash socket connection to fail.
Metadata
Metadata
Assignees
Labels
No labels