theturtle32 / AS3WebSocket

ActionScript 3 WebSocket client implementation for the final WebSocket Draft RFC6455
Apache License 2.0
247 stars 97 forks source link

Proxy? #10

Closed bsideup closed 11 years ago

bsideup commented 11 years ago

Does this lib supports working under proxy?

ykrkn commented 11 years ago

I don`t think so. Flash player sends only HTTP/S requests through the browser and in this case FP works with proxy ok. But in this library used a raw socket connection. This is a reason.

theturtle32 commented 11 years ago

No. Flash player does not use browser proxy settings for raw socket connections, unfortunately, and nothing can be done about that.

Sent from my iPhone

On Mar 13, 2013, at 4:19 AM, Sergey Egorov notifications@github.com wrote:

Does this lib supports working under proxy?

— Reply to this email directly or view it on GitHub.