|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to connect to "client authentication enabled" web sitesHello,
I use this code (see below) to connect programmatically (no manual input or user intervention) for web site with integrated windows authentication - or similar turned on. see here [http://static.flickr.com/144/324888321_56676fa86b_m.jpg] for sample prompt. req.Headers.Add("Authorization", "Basic " + Convert.ToBase64String((new ASCIIEncoding()).GetBytes(username:password))); Is there any way (similar way as above) to connect to "client cert authentication enabled" [see prompt here: http://static.flickr.com/144/324877866_79a4a09503_m.jpg] web site? Aung |
|||||||||||||||||||||||