Closed Masoud1721 closed 3 years ago
I am working with cefsharp in winform and need to add a cookie related to the login token cookies when initialize a cefsharp browser. How do I do this? please help?
In future please at least make an attempt to answer the questions listed in template.
See https://github.com/cefsharp/CefSharp/blob/cefsharp/86/CefSharp.Example/Handlers/BrowserProcessHandler.cs for an example of calling SetCookie.
http://cefsharp.github.io/api/86.0.x/html/T_CefSharp_ICookieManager.htm
If you require further assistance then please provide more detail of what it is you are trying to achieve.
hi .. i use it.. thanks a lotttttttt 😊😊
On Wed, Dec 9, 2020 at 12:29 PM Alex Maitland notifications@github.com wrote:
In future please at least make an attempt to answer the questions listed in template.
See https://github.com/cefsharp/CefSharp/blob/cefsharp/86/CefSharp.Example/Handlers/BrowserProcessHandler.cs for an example of calling SetCookie.
http://cefsharp.github.io/api/86.0.x/html/T_CefSharp_ICookieManager.htm
If you require further assistance then please provide more detail of what it is you are trying to achieve.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cefsharp/Questions-and-Support/issues/76#issuecomment-742029522, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASB4IV3ZZWS4LK3OHREFI3TST7M25ANCNFSM4UTWEISQ .
What version are you using? (exact version please e.g. 75.1.143, not Latest version as that's relative)
Are you using
WPF/WinForms/OffScreen
?Are you targeting .Net Core? If yes which version?
No images of code/exceptions please, if you have a more than a few lines of code then please use Gist, Pastebin, JsFiddle, ControlC or similar. Post a link to example,
The CefSharp.MinimalExample is kept up to date with the latest version
MinimalExample
?