You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the expected output? What do you see instead? It should be the same as the cookieFilter not set, if the cookieFilter.CanSentCookie return true
Please provide any additional information below.
A stack trace if available, any Exception information.
No Exception, but the cookie is not sent
Does the cef log provide any relevant information? (By default there should be a debug.log file in your bin directory)
No
Any other background information that's relevant? Are you doing something out of the ordinary? 3rd party controls?
I don't know why the cookie is missed, but it happens
The text was updated successfully, but these errors were encountered:
andrewzjl
pushed a commit
to andrewzjl/CefSharp.MinimalExample
that referenced
this issue
Apr 27, 2022
I think adding a unit test or two to validate the wrapper has been implemented correctly is the way to go from a CefSharp point of view. CEF has some tests we can use as a base
What version of the product are you using?
What architecture x86 or x64? I tested it in x64, but I think it doesn't matter
On what operating system?
Are you using
WinForms
,WPF
orOffScreen
? WPFWhat steps will reproduce the problem?
https://mstra.rjrpub.com/MicroStrategyLibrary/?loginMode=1048576
in cefsharp browserSame change is done in the forked branch https://github.com/andrewzjl/CefSharp.MinimalExample/tree/CefSharpCookieFilterIssue
What is the expected output? What do you see instead? It should be the same as the cookieFilter not set, if the cookieFilter.CanSentCookie return true
Please provide any additional information below.
No Exception, but the cookie is not sent
No
I don't know why the cookie is missed, but it happens
The text was updated successfully, but these errors were encountered: