I\'m trying to use HTTPWebRequest to access a REST service, and am having problems passing credentials in, see code below. I\'ve read that NetworkCredenti
HTTPWebRequest
NetworkCredenti
Try setting request.PreAuthenticate to true.