Browser is not making http requests when using webview.LoadRequest() using the following code .. Events are also not working. We tried with both GET, POST.
Request request = new Request("www.google.com");
request.Method = "GET";
webView.LoadRequest(request);
but it is working(browser is loading, Events are triggered) when using LoadUrl
webView.LoadUrl("www.google.com");
we are using EO.WebBrowser Version 16.2.1.
similar issue as mentioned at the end of the following thread
https://www.essentialobjects.com/forum/postst8505_Post-Data.aspx