I currently have a browser project which will allows users to select a proxy server. However, when I tried changing my proxy settings via Internet Explorer(Registry), it doesn't seem to recognize the new settings. My other browsers seem to acknowledge the proxy, even safari.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I ran into the same problems yesterday on windows xp clients. my solution was to set an environment variable HTTP_proxy=http://<proxyserver.domain>:<port>/ and then webkit .net was using the proxy server.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I currently have a browser project which will allows users to select a proxy server. However, when I tried changing my proxy settings via Internet Explorer(Registry), it doesn't seem to recognize the new settings. My other browsers seem to acknowledge the proxy, even safari.
I ran into the same problems yesterday on windows xp clients. my solution was to set an environment variable HTTP_proxy=http://<proxyserver.domain>:<port>/ and then webkit .net was using the proxy server.