|
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.
|
|
Rank: Member Groups: Member
Joined: 9/3/2015 Posts: 19
|
This bug can be tested here: https://dubbelboer.com/302cookie.phpQuote: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.
|
|
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.
|
|
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.
|
|
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.
|
|
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!
|
|
Rank: Member Groups: Member
Joined: 9/3/2015 Posts: 19
|
Just tested and I can confirm that the issue is fixed.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Great. Thanks for confirming the fix!
|
|