We have a Delphi application that uses the TWebBrowser control which we use to display HTML pages which are retrieved from an IIS server.
The Delphi application knows if the user logged in to the it using Windows authentication. The problem is how to login to the IIS webserver using the TWebBrowser control with Windows authentication (auto-login) or another way not to see the login screen from the IIS server on the Delphi TWebBrowser control.
Any comments welcome.
Start Free Trial