cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.89k stars 2.92k forks source link

CookieAccessFilter will cause cookie not sent in some requests #4074

Open andrewzjl opened 2 years ago

andrewzjl commented 2 years ago
amaitland commented 2 years ago

You are welcome to review the code, I suspect this is a bug in CEF.

amaitland commented 2 years ago

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

https://github.com/chromiumembedded/cef/blob/a7bbd8a62bfc91b0d53eeef8d07b64a5ed719a5f/tests/ceftests/cookie_unittest.cc#L1439