Articles
Blog
About
Authentication and HttpWebRequest
Thursday, July 29, 2004
2 comments
Tweet
Buck Hodges
describes
using Windows, Basic, and Digest authentication with the HttpWebReqeust class.
Comments
Kavitha
Thursday, March 17, 2005
When using HTTPWebRequest on a Basic Auth site, the windows auth prompt is not automatically generated. Is there a way to do that with some API?
Scott
Saturday, March 19, 2005
Hi Kavitha:
<br>
<br>There is no automatic API to do this. HttpWebRequest doesn't interact with the GUI.
<br>
<br>See "How To Prompt For A Password" :
http://www.pluralsight.com/keith/book/html/howto_promptpwd.html
Comments are now closed.
On Twitter
Subscribe
Contact
Search
Archives
About
OdeToCode by K. Scott Allen
Tweets about "odetocode"
Comments
<br>
<br>There is no automatic API to do this. HttpWebRequest doesn't interact with the GUI.
<br>
<br>See "How To Prompt For A Password" : http://www.pluralsight.com/keith/book/html/howto_promptpwd.html