Any VB examples of using the Navigate method with authentication would be
greatly appreciated.
If I am better off using another control, please let me know. But I like
the price of the webbrowser or inet controls. :)
SSL and basic authentication are two different matters.
SSL requires the use of certificates for validation of identity and uses
encryption.
If you are going to use basic authentication then you will want to add
the following header to the headers passed to the server:
Authorization: Basic <username:password>
Where username is the username and password is the password. I believe the
username:password combo has to be base64 encoded as well.
--
- Nicholas Paldino
- nicholas...@exisconsulting.com
--
Winfried Kaiser, Fortune Systems GmbH & Co.
Germany
eMail: lo...@fortune.de
Web: http://www.fortune.de