How does one get a Windows .NET application to use the proxy settings configured in Internet Settings?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
While it was posted elsewhere that the HttpWebRequest uses the Windows/IE proxy settings by default, what was not posted was that if the proxy required authentication, the authentication is NOT used by default. That can be corrected by adding the following to the app.config:
One little bit of configuration that fixed the problem, at least for me. |
|||
|
|