Open Specific URL from Windows Desktop

W

waheed iqbal

i am using C#.net and i want to open a specific url using windows brwoser .
this is very easy to launch IE process and provide url .
But url required authentication and i need to provide this authentication
automatically. or can any body tell me how can i save password for specific
url programatically.

thanks
 
M

Matt Lacey

i am using C#.net and i want to open a specific url using windows brwoser .
this is very easy to launch IE process and provide url .
But url required authentication and i need to provide this authentication
automatically. or can any body tell me how can i save password for specific
url programatically.

thanks

Passwords can be included in the URI.

The structure/format of a URI is: protocol://[username[:password]@]host[:port]/path/file.ext#

So, for example: http://auser:mypassword@localhost/file.html
 

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

Members online

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,906
Latest member
SkinfixSkintag

Latest Threads

Top