I am trying to make a request to a web page using WebRequest class in .net. The url that I am trying to read requires Windows Authentication due to which I get an unauthoris
Using VS2015, request.UseDefaultCredentials = true; works for me!
request.UseDefaultCredentials = true;