03-17-2011 09:09 AM
Hi all.
I'm working on a project in which I need to be connected to at least two different networks. One of them is used to communicate with wireless IP cameras (using Axis Media ActiveX Controls), and the other is needed to access the internet and load GoogleMaps (using a Microsoft Web Browser ActiveX Control). I'm at the university and the internet connection is made via proxy server.
I don't know much about networks and HTTP requests, but I notice that if I configure Internet Explorer to work through the proxy, I'm able to navigate GoogleMaps, but there's no way to access the IP cameras. And if I set Internet Explorer to work without proxy, I get just the opposite.
Could you help me?
Thanks in advance.
Regards,
Francisco
Solved! Go to Solution.
03-20-2011 12:39 PM
Hi Porras,
Try creating an exception for your proxy-server - see pics attached (Win XP SP3).
Note: These proxy exceptions can be created programatically, by modifying the Windows Registry.
Cheers.
03-21-2011 03:17 PM
This was exactly what I wanted.
Thank you very much, tbd!