J Juan Jul 6, 2005 #1 Hello: How can I make a basic authentication using a httpwebresponse object? Thanks a lot Juan
J Joerg Jooss Jul 8, 2005 #2 Juan said: Hello: How can I make a basic authentication using a httpwebresponse object? Thanks a lot Juan Click to expand... Yes. Simply add a NetworkCredential object to the HttpWebRequest.Credentials collections. Cheers,
Juan said: Hello: How can I make a basic authentication using a httpwebresponse object? Thanks a lot Juan Click to expand... Yes. Simply add a NetworkCredential object to the HttpWebRequest.Credentials collections. Cheers,