Welcome Guest Search | Active Topics | Sign In | Register

Unacceptable bug in WebView.LoadRequest function in EO WB 2019 Options
ChiYuen
Posted: Tuesday, February 26, 2019 12:47:21 PM
Rank: Member
Groups: Member

Joined: 9/3/2015
Posts: 19
For the current EO WebBrowser 2019 version, when using WebView.LoadRequest, the cookie returned from this request didn't get stored.

Steps to reproduce:
1. Find a random website that will return some cookies when you visit.
2. Use WebView.LoadRequest to load that website
3. Some Cookies are returned in the response body(say sessionID, etc.)(and can be seen in the built-in DevTool)
4. In the next request to that website(e.g. click a link), the Cookies returned in step 3 are missing


This bug makes my application un-usable and I have to use EO 2018 instead, please fix soon.
ChiYuen
Posted: Wednesday, February 27, 2019 10:42:49 AM
Rank: Member
Groups: Member

Joined: 9/3/2015
Posts: 19
This bug can be tested here:

https://dubbelboer.com/302cookie.php

Quote:
Request Req = new Request("https://dubbelboer.com/302cookie.php");
WV.LoadRequest(Req);


In the first request, a cookie is returned:


However in subsequent request, the cookie is missing.
eo_support
Posted: Wednesday, February 27, 2019 2:23:53 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,221
Thanks for the detailed information. We were able to find out the root cause. This issue will be fixed in our next build and we will reply here as soon as the new build is available.
ChiYuen
Posted: Wednesday, February 27, 2019 3:25:38 PM
Rank: Member
Groups: Member

Joined: 9/3/2015
Posts: 19
And one more thing, during my test, I tried to move the DevTools window while the webpage is loading, and it hangs my entire system again. I have to Windows + L then sign in again to "unlock" it.

Seems the system-hang when moving window bug is still here.
ChiYuen
Posted: Friday, March 15, 2019 12:16:09 AM
Rank: Member
Groups: Member

Joined: 9/3/2015
Posts: 19
I just saw a new build posted however it doesn't seem to contain a fix for this issue. When will this issue be fixed? My application relies heavily on this function to send customized requests.
eo_support
Posted: Friday, March 15, 2019 7:51:51 AM
Rank: Administration
Groups: Administration

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

The issue in fact has been fixed in this build. We tested it on our end but we did not add it to change list because we have not confirmed it with you yet. Can you try the new build and see if it resolves the issue for you?

Thanks!
ChiYuen
Posted: Saturday, March 16, 2019 12:42:44 PM
Rank: Member
Groups: Member

Joined: 9/3/2015
Posts: 19
Just tested and I can confirm that the issue is fixed.
eo_support
Posted: Sunday, March 17, 2019 12:08:12 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,221
Great. Thanks for confirming the fix!


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.