Rank: Newbie Groups: Member
Joined: 12/14/2017 Posts: 2
|
Can you please tell me how to retrive webviews httponly cookies?
Thanks,
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
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.aspxThanks!
|
Rank: Newbie Groups: Member
Joined: 12/14/2017 Posts: 2
|
Is there any example project for that event?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
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
|