B
bdwise
I have a console application that uses NetworkCredential to send
username/password to an ASP.NET app (Windows Integrated
authentication). Instead of hand-coding the username and password, I
would like to pass the credentials of the currently-logged on person
to the web server, just like IE does automatically with a "trusted
zone" setting.
How to pass the current user credentials in a web request?
Thanks.
username/password to an ASP.NET app (Windows Integrated
authentication). Instead of hand-coding the username and password, I
would like to pass the credentials of the currently-logged on person
to the web server, just like IE does automatically with a "trusted
zone" setting.
How to pass the current user credentials in a web request?
Thanks.