I'm using "InternetExplorer.Application" to automate IE and interact an application with multiple websites.
However, one site has Basic Authentication enabled, and I'm stymied as to how to present the credentials via automation. I'm wondering if it's even possible using "InternetExplorer.Application".
I have tested West-Wind's wwipstuff, and that can do the job.
I can shell out to perl and have LWP handle my interaction with that site.
But I'd like to know if it's possible, and of course, "how" just using IE automation..
However, one site has Basic Authentication enabled, and I'm stymied as to how to present the credentials via automation. I'm wondering if it's even possible using "InternetExplorer.Application".
I have tested West-Wind's wwipstuff, and that can do the job.
I can shell out to perl and have LWP handle my interaction with that site.
But I'd like to know if it's possible, and of course, "how" just using IE automation..