Hello,
I have a problem logging in to a site with the webkitBrowser control.
To mention is that logging in works in the standard: "webBrowser1" control in Visual Studio!
I am entering a "https://" webpage like this which I also wonder is the cause to the problem?
webKitBrowser1.Navigate("https://someurl.com");On this page, I will login to a page with username and password. The process starts to login as usual as if I use chrome.
But it never succeeds to login and "tries forever" with the message:"We are running a few security checks. Please wait a few seconds."
It works to login with chrome but not with the webkitBrowser control. I use the webkitBrowser with default settings and wonder
if there is any type of setting that needs to be added etc that interfere with any type of security?
Thank you!