The following scenario:
- The presence of a built-in IE web browser and a web server in the application (for example this one .
- The web server is running on (for example) http://127.0.0.1:14284 , and the web browser calls this URL.
Now we have a client that has a proxy server configured in IE settings, as well as checking the "workaround proxy to local addresses".
Unfortunately, the hosted IE web browser control still used proxy settings, even for the local URL http://127.0.0.1:14284 .
My question is:
Can I somehow say that my hosted web browser always directly calls my hosted web server without skipping a proxy?
(I found this thread , but still not sure how to apply this to my question)
source share