Welcome Guest Search | Active Topics | Sign In | Register

EOBrowser - Retrieve webviews cookies HttpOnly Options
Cas Po
Posted: Thursday, December 14, 2017 3:35:44 AM
Rank: Newbie
Groups: Member

Joined: 12/14/2017
Posts: 2
Can you please tell me how to retrive webviews httponly cookies?

Thanks,
eo_support
Posted: Thursday, December 14, 2017 8:14:29 AM
Rank: Administration
Groups: Administration

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

You can not ready secure cookies directly. The closest you can have is to check all cookies the server sent back to you by handling this event:

https://www.essentialobjects.com/doc/eo.webbrowser.webview.afterreceiveheaders.aspx

Thanks!
Cas Po
Posted: Thursday, December 14, 2017 11:18:17 AM
Rank: Newbie
Groups: Member

Joined: 12/14/2017
Posts: 2
Is there any example project for that event?
eo_support
Posted: Thursday, December 14, 2017 11:26:19 AM
Rank: Administration
Groups: Administration

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

No. There is nothing particular about this event --- you just handle it the same way as you handle any other .NET event. You will need to read the reference section starting from the above page to find out what object/properties are available to you in that events and use it however way you want to use it. If you have any question about any specific object/property/method, please feel free to ask.

Thanks


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.