SSL username/password via VBA
I have a VBA subroutine to download some online information.
The page is stored on a secure server and is dynamically generated by a serverside script depending on the information ina database, and the VBA script parses it and puts it in another, local database.
I am using the WebWindow object to access the page.
The page is on a secure server. This, at the moment, is not a problem; WebWindow can still access the page. However, I want to password protect the page, but dont know how to tell WebWondow the username and password. How could i do this?
thanks
|