0

I am writing a (WiX Burn) installer that needs to get licence information from our ASP.NET server. We are using the System.Net.WebClient to make this request.

Some of our customers are using authenticating proxies, which return 407 responses to our installer.

I initially tried passing on the default credentials as per this post. However, on my machine and with the test proxy that I've set up, I'm getting the same issue as in this post where my default credentials simply aren't being picked up for some reason.

In any case, I imagine there will be cases where the proxy credentials are different from the default Windows credentials and the user will need to supply their proxy credentials manually.

I've seen a number of different options in Windows for this:

What is the best way of doing this? Does it matter?

BONUS POINTS for helping with the issue of my default Windows credentials not being picked up by the WebClient!

Community
  • 1
  • 1
James Bateson
  • 1,069
  • 13
  • 20

0 Answers0