Using Flash Application Proxies

Are flash applications forced to use the proxy server installed in the browser.

Like a proxy server installed on a foxy proxy. Or it will be considered as a separate application that can see the real IP address of the user.

0
flash proxy
source share
1 answer

Typically, for most HTTP files, yes, Flash will use a proxy server defined by the browser. There are exceptions to this, such as Upload FileReference and if you download your own HTTP stack using the socket material available in Flash, but then you get into the problems of the Socket Policy server.

In short, yes, Flash uses a browser proxy (or rather uses a browser http browser)

+1
source share

All Articles