Skip to content
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
GrabzIt opened this issue Jun 10, 2024 · 2 comments · Fixed by cefsharp/CefSharp.Wpf.HwndHost#28
Closed
1 task done

Chrome Runtime proxies don't work unless flag is set. #4830

GrabzIt opened this issue Jun 10, 2024 · 2 comments · Fixed by cefsharp/CefSharp.Wpf.HwndHost#28
Assignees
Labels
breaking-change upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium.
Milestone

Comments

@GrabzIt
Copy link
Contributor

GrabzIt commented Jun 10, 2024

Is there an existing issue for this?

  • I have searched both open/closed issues, no issue already exists.

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.

@amaitland
Copy link
Member

Thanks for the heads up 👍

I'm inclined to set this command line arg by default in M126

@GrabzIt
Copy link
Contributor Author

GrabzIt commented Jun 11, 2024

Great, thanks it's a really weird issue.

@amaitland amaitland added the upstream These issues require fixing in the Chromium Embedded Framework(CEF) or Chromium. label Jun 11, 2024
@amaitland amaitland added this to the 126.1.x milestone Jun 14, 2024
@amaitland amaitland self-assigned this Jun 21, 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
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants