Click to See Complete Forum and Search --> : How to include username / password in URL address??


tintin7070
06-30-2003, 10:07 PM
Hi does anyone know how to connect to a web site using just the URL address where a username and password is required?

For example, I want to connect to 161.43.15.45

If I type \\161.43.15.45 in the browser a username/password popup window appears. How do I include the username and password in the url address so that the username/password popup doesn't appear?

Thanks in advance!

nkaisare
06-30-2003, 11:37 PM
Depends. One possibility is
username:password@url.to.the.site
You can try if this works.