Welcome Guest Search | Active Topics | Sign In | Register

Browser is not loading (Blank) on LoadRequest.. working on LoadUrl Options
kumar
Posted: Tuesday, September 13, 2016 5:31:30 PM
Rank: Newbie
Groups: Member

Joined: 9/13/2016
Posts: 3

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
kumar
Posted: Wednesday, September 14, 2016 10:40:11 AM
Rank: Newbie
Groups: Member

Joined: 9/13/2016
Posts: 3
any update on this issue?
eo_support
Posted: Wednesday, September 14, 2016 11:01:30 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Hi,

Please use "http://www.google.com" instead of "www.google.com". The Request object is more strict about the Url format.

Thanks!
kumar
Posted: Wednesday, September 14, 2016 11:07:15 AM
Rank: Newbie
Groups: Member

Joined: 9/13/2016
Posts: 3
eo_support wrote:
Hi,

Please use "http://www.google.com" instead of "www.google.com". The Request object is more strict about the Url format.

Thanks!


LoadRequest is working with http:// . It would be helpful if it threw an exception or one of the events. thanks!
eo_support
Posted: Wednesday, September 14, 2016 11:16:38 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,229
Thank you very much for the feedback!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.