Replies: 1 comment 5 replies
-
Домен как назвали вы? Доменную зону нужно указать (".com" or ".by" or "*.ua" or others). CefSharp v109.1.110.0 работают cookie.
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using this package for a long time to automate getting info from some Url that relies on existing cookies from user's Chrome to work. It seems suddenly it no longer passes the cookies -- we have a RequestHandler hooked up to ChromiumWebBrowser, and when I inspect the Request object headers while in OnResourceResponse, I don't see Cookies being passed.
I init Cef with the following... I also tried setting UserDataPath & CachePath & PersistSessionCookies - but it doesn't help. We were using version 96.* and I tried upgrading to latest and still same issue. I suspect something in latest Chrome updates broke it, as it was working for many people in our organization for several years. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions