anil kumar
2004-02-12 06:54:13 UTC
Hi All,
My requirement is to reroute all the Http traffic to a predefined
Proxy server independent of the browser(IE,Netscape etc..). Right now we are
doing it specifically for IE in the following ways.
Now we need to have solution which is independent of any browser or any
socket based applications etc.. Please give me some suggestions for the
solutions.
For IE , we are doing in 3 ways ..
1) Having a proxy server(lets say X) on Linux , we are setting the proxy
server address and port number of X server at "tools/Internet
Options/connections/LAN Settings". This is manual way.
2) We developed a BHO which will be invoked for every IE Browser window.
OnBeforeNavigate event we are changing the internet options using WinInet
API like setInternetOption() to set the required proxy server n port
values.
3) We develpoed a small proxy server which runs in client machine and
listens for the requests from IE(like in Step 1,in Internet Opitons) and
send them to X proxy server and get the response n sent it back to client ie
IE browser.
Waiting for a positive reply from u all.
Thanks in advance
Regards
Anil
My requirement is to reroute all the Http traffic to a predefined
Proxy server independent of the browser(IE,Netscape etc..). Right now we are
doing it specifically for IE in the following ways.
Now we need to have solution which is independent of any browser or any
socket based applications etc.. Please give me some suggestions for the
solutions.
For IE , we are doing in 3 ways ..
1) Having a proxy server(lets say X) on Linux , we are setting the proxy
server address and port number of X server at "tools/Internet
Options/connections/LAN Settings". This is manual way.
2) We developed a BHO which will be invoked for every IE Browser window.
OnBeforeNavigate event we are changing the internet options using WinInet
API like setInternetOption() to set the required proxy server n port
values.
3) We develpoed a small proxy server which runs in client machine and
listens for the requests from IE(like in Step 1,in Internet Opitons) and
send them to X proxy server and get the response n sent it back to client ie
IE browser.
Waiting for a positive reply from u all.
Thanks in advance
Regards
Anil