That is actually quite a good point :)
I just tried it ... i thought it wouldnt work because it doesnt work in IE :/
I am just implementing it :)
Main Topics
Browse All TopicsHello everybody,
we develop a java application, but the java wrapper around IE is still pretty buggy so until the jniwrapper guys get it fixed properly we are using a VB6 alternative. I do know VB6 is old and outdated but that is not the point of my question :)
My problem is: Authentication. We launch the VB Browser as an external application giving it the URL as a cmdline parameter along with a username and a password for authentication. Is there a way to prevent this "Type your username and password" box from appearing? i could send along an authentication header, however that causes problems on some pages that dont expect authentication.
quick help is appreciated.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
The problem with this method is that is poses a a major security issue. It actually send a CLEAR text user name and password that can be easily traceable by any sort of web analytics type software and is prone to hacks.
I have been searching for a better solution for this for a while now,, and nothing yet...
Business Accounts
Answer for Membership
by: AzraSoundPosted on 2006-11-21 at 06:38:53ID: 17987387
It can be included within the URL itself, e.g.,
ww.website .com/page. html
http://username:password@w