c# - Will I be able to tell a Hosted Internet Explorer Web Browser control to always bypass the proxy settings? -
The following scenarios:
- Hosted IE web browser controls and an in-app web After the server (eg)
- Runs on the web server (for example) and the web browser calls this URL
We now have a customer in which the proxy server is configured in the IE options, and also checks the "bypass proxy by local address".
Unfortunately, the host IE Web Browser Control still uses proxy settings for the local URL.
My question is that
Am I somehow able to call my hosted web browser at my hosted web server, Em> without proxy?
(I got it but still uncertain how to apply it in my question)
I think you have to do some interop, because docs says that you can disable the proxy with the function. You can pass this function that requires INTERNET_OPTION_PROXY or INTERNET_OPTION_PER_CONNECTION_OPTION, but it also explains how to set proxy settings.
I hope I have helped you :)
Comments
Post a Comment