Hi folks,
We have signed up to a data provider service that shows information on their web page. We can get to the web page with no problems. However, the page hosts a flash application that connects to the 3rd party data server on a non-standard port (e.g. 9123).
Our firewall is not allowing this connection to go out so we are unable to get the data.
What I am intending is to write a c# application that will run on the users desktop. It should listen for an outgoing connection to on port 9123 and add a proxy to the request. (I know there are tools out there to do this such as permeo, however, they make use of the registry which is locked down for our users)
Not too sure where to start with this - would be grateful for any suggestions!
Thanks,
Graeme
"Just beacuse you're paranoid, don't mean they're not after you
We have signed up to a data provider service that shows information on their web page. We can get to the web page with no problems. However, the page hosts a flash application that connects to the 3rd party data server on a non-standard port (e.g. 9123).
Our firewall is not allowing this connection to go out so we are unable to get the data.
What I am intending is to write a c# application that will run on the users desktop. It should listen for an outgoing connection to on port 9123 and add a proxy to the request. (I know there are tools out there to do this such as permeo, however, they make use of the registry which is locked down for our users)
Not too sure where to start with this - would be grateful for any suggestions!
Thanks,
Graeme
"Just beacuse you're paranoid, don't mean they're not after you