pass username/password into url

  • Thread starter Thread starter kieran
  • Start date Start date
K

kieran

Hi,

I am working with users on an intranet. I now want to open a URL so
that instead of the user entering their NT login and password, it
automatically enters that user's details based on that user logged in.
the url is in the form -
http://username:[email protected]

Can any one point me to a script/tutorial that gets these user details
based on the user logged in.

I have tried the following in my app, but can not seem to get it to
work.
<identity impersonate="true"/>
<authentication mode="Windows" />

I have also tried the 'System.Net.CredentialCache.DefaultCredentials',
but no luck. How do I pass in the password.

Thanks for all help.
 
* (e-mail address removed) (kieran) scripsit:
I am working with users on an intranet. I now want to open a URL so
that instead of the user entering their NT login and password, it
automatically enters that user's details based on that user logged in.
the url is in the form -
http://username:[email protected]

Notice that this is /not/ a valid HTTP URL!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top