Home All Groups Group Topic Archive Search About

How to connect to "client authentication enabled" web sites

Author
27 Dec 2006 3:01 PM
Aung
Hello,

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

AddThis Social Bookmark Button