Chrome Runtime proxies don't work unless flag is set. #4830
Labels
breaking-change
upstream
These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.
Milestone
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: