Page 1 of 1

CefCookieVisitor is missing the cookie url

PostPosted: Mon Aug 17, 2020 8:48 am
by riku
I'm trying to merge cookies from two different CookieManagers. I call CefCookieManager::VisitAllCookies on the first one, and was planning to call CefCookieManager::SetCookie on the second one for all cookies I visit, but CefCookieVisitor::Visit only contains CefCookie without the cookie url. I don't think there is an API to get this url, or am I missing something?

Maybe this url could be added to cef_cookie_t or CefCookieVisitor::Visit?