Tabbed browser - Same outcome, gray screen no rendered page.
I can confirm I have access to the page, through all other browsers without any issues.
After some further investigation, I have found that the issue is that my application has stopped rendering this website after installing the latest update; 17.3.13.0. I can also confirm that this website throws up a certificate error if not handled. I have seen some posts regarding this before version 17.2.43. Which I believe is being "suppressed" in the latest update if looking at other posts here is an indication. This has now caused these further issues.
1. In the previous version of E.O. Webbrowser, EO.Total.2017.1.76.0, I handled the certificate error and the page loaded OK. Now it does not. This is regardless if I have the certificate error handler in or out.
2. I also access this site using the thread-runner, it only returns the pre-rendering code NOT the actual HTML that renders the webpage (the whole point of having the E.O. webview) and again the code worked pre-instaling the new update.
Quote:Dim threadRunner As New EO.WebBrowser.ThreadRunner()
Dim webView As EO.WebBrowser.WebView = threadRunner.CreateWebView()
s = threadRunner.Send(Function()
webView.LoadUrl(url).WaitOne(10000)
Return webView.GetHtml
End Function)
other threads on support indicates that there is no way to handle the error in the thread-runner; is this correct? If not can you suggest a solution of how to handle the certificate error in the above code?
Further I have re-installed the previous version of E.O. Total I had before: (EO.Total.2017.1.76.0) In this instance the tabbed Browser sample throws up the unhandeled Certificate error:
Quote:The server's response was insecure (e.g. there was a cert error).
To customize this message, please handle the WebView's LoadFailed event and then Set e.ErrorMessage in your event handler based on e.ErrorCode, or call e.UseDefaultMessage if you just wish to display the error message without this help message.
and I can get the page to load through my EO webbrowser if I handle the error.
By the way the certificate error message is a "-214" if handled and pops up before the page finally renders. You could also try
https://www.tab.com.au/racing/meetings/today/R as this has several of those same errors.