-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chrome Runtime proxies don't work unless flag is set. #4830
Closed
1 task done
Labels
breaking-change
upstream
These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.
Milestone
Comments
Thanks for the heads up 👍 I'm inclined to set this command line arg by default in M126 |
Great, thanks it's a really weird issue. |
amaitland
added
the
upstream
These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.
label
Jun 11, 2024
SLT-World
added a commit
to SLT-World/CefSharp.Wpf.HwndHost
that referenced
this issue
Aug 31, 2024
amaitland
pushed a commit
to cefsharp/CefSharp.Wpf.HwndHost
that referenced
this issue
Sep 3, 2024
mitchcapper
pushed a commit
to mitchcapper/_ceftest
that referenced
this issue
Nov 9, 2024
francomattar
added a commit
to francomattar/HwndHost-CefSharp
that referenced
this issue
Dec 12, 2024
jamesdev9
pushed a commit
to jamesdev9/Wpf-HwndHost-CSharp
that referenced
this issue
Dec 22, 2024
NoBrainer242
added a commit
to NoBrainer242/CefSharp-Wpf-Hwnd
that referenced
this issue
Dec 26, 2024
NoBrainer242
pushed a commit
to NoBrainer242/CefSharp-Wpf-Hwd
that referenced
this issue
Dec 27, 2024
NoBrainer24
added a commit
to NoBrainer24/CSharp-Wpf-Hwd-Pr
that referenced
this issue
Dec 28, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
breaking-change
upstream
These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.
Is there an existing issue for this?
CefSharp Version
125.0.210
Operating System
Windows 10
Architecture
x64
.Net Version
.NET 6
Implementation
OffScreen
Reproduction Steps
Try and call a proxy it won't call the GetAuthCredentials method when using the new ChromeRuntime.
Expected behavior
Try and get the credentials
Actual behavior
It never calls it due to this issue: chromiumembedded/cef#3603
This flag should probably be set automatically by cefsharp as its quite confusing.
Regression?
No response
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Yes using WPF/OffScreen command line args
Other information
Great work as always @amaitland this is more a heads up for people than a true bug as it had me stumped for a while.
The text was updated successfully, but these errors were encountered: