Welcome Guest Search | Active Topics | Sign In | Register

WebView OnBeforeRequestLoad cookies are null Options
gsvi
Posted: Saturday, October 10, 2015 2:21:02 PM
Rank: Newbie
Groups: Member

Joined: 10/8/2015
Posts: 6
Hello

I am trying to access the cookies container via OnBefoeLoad request object and AllKeys is null. Do you have any suggestions?

Thanks,
Greg
eo_support
Posted: Sunday, October 11, 2015 8:27:21 PM
Rank: Administration
Groups: Administration

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

You won't be able to read the cookies in OnBeforeLoad event. That's too early. However you can attach your own cookies at this stage. You can read cookies attached by the browser engine in OnBeforeSendHeaders. However you will not be able to change cookies in OnBeforeSendHeaders.

Thanks!
gsvi
Posted: Sunday, October 11, 2015 10:15:01 PM
Rank: Newbie
Groups: Member

Joined: 10/8/2015
Posts: 6
Thank you
Guest
Posted: Friday, August 23, 2024 11:01:04 AM
Rank: Guest
Groups: Guest

Joined: 5/27/2007
Posts: -34
gsvi wrote:
Hello

I am trying to access the cookies container via OnBefoeLoad request object and AllKeys is null. Do you have any suggestions?

Thanks,
Greg

Thanks for the update. Noting the missing annotations—looking forward to your findings. Let us know once you have more details.
eo_support
Posted: Friday, August 23, 2024 11:19:51 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
pitterson wrote:
gsvi wrote:
Hello

I am trying to access the cookies container via OnBefoeLoad request object and AllKeys is null. Do you have any suggestions?

Thanks,
Greg

Thanks for the update. Noting the missing annotations—looking forward to your findings. Let us know once you have more details.


Can you explain what problems are you referring to and how it is related to the original post you quoted?


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.