Link to home
Start Free TrialLog in
Avatar of tivowatcher
tivowatcher

asked on

Automate WebBrowser Connection to an HTTPS URL w/ VB.NET

I need to automate the "navigation" of the webbrowser control in VB.NET to a secure (HTTPS) URL.

When I use the syntax:

http: //uid:password@www.<domain>.com

It works fine.

When I use the syntax:

https: //uid:password@www.<domain>.com

It does NOT work.

I'd really like to stick with the webbrowser control for this. It is a WinForms app that uses the browser as a display to the user.
Avatar of R3VEL
R3VEL

What do you mean by not work? An exception arises? A blank page?
ASKER CERTIFIED SOLUTION
Avatar of R3VEL
R3VEL

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial