cefsharp DownloadUrlAsync skips Cookie #4578
moslem7026
started this conversation in
General
Replies: 1 comment 1 reply
-
This is expected at the moment. It might be possible to add support for sending cookies. Try adding the Example CefSharp/CefSharp/WebBrowserExtensions.cs Line 885 in c09f100 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
load url in browser control that require cookie and authentiacaion is ok
CefSharp.OffScreen.ChromiumWebBrowser browser = new CefSharp.OffScreen.ChromiumWebBrowser(Url, requestContext: reqContext);
but using download url
redirect to login page and cookie header not sent
Beta Was this translation helpful? Give feedback.
All reactions