Are flash applications forced to use a browser’s set proxy.
Such as a proxy that has been set on foxy proxy.
Or will it be treated as a separate application that can see the user’s real IP address.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Generally for most HTTP stuff, yes, Flash will use the browser defined proxy. There are exceptions to this such as FileReference uploads and if you roll your own HTTP stack using the socket stuff available in Flash, but then you’re into Socket Policy Server issues.
In short, yes, Flash uses the browser proxy (or rather leverages the browser’s http stack)