FlashPolicyFileServer
FlashPolicyFileServer copied to clipboard
A simple Flash Policy File Server for node
In some versions of node.js (tested with v0.12.7) the http.Server class closes the socket immediately when it sees that the request is not HTTP, before we manage to send the...
@3rd-Eden I am having trouble trying to attach the policyfile module to my http instance. I am still getting the following: ``` FlashPolicyFileServer received an error event: listen EACCES ```...
My console log shows me this TypeError with no line number for the error [WebSocket] response header: HTTP/1.1 101 Switching Protocols Upgrade: websocket Connection: Upgrade Sec-WebSocket-Accept: EKe7xY9gtGUsL6JCb3hs1x2qLU8= TypeError {} (anonymous...
I think this can be done this way: https://npmjs.org/doc/json.html#bin Rationale is simple: I would like to just `npm install [-g] policyfile` and be able to use it without creating any...
Does this library support https? I'm trying to connect to this flash policy file server via socket.io. My socket.io server is running on port 443 with ssl, and I'm unsure...