Authenticated Proxy #3554
Unanswered
federicomameli
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There is no default dialog for authentication, you need to implement GetAuthCredentials see https://github.com/cefsharp/CefSharp/wiki/General-Usage#proxy-authentication for more detail. |
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
-
Hello,
I am embedding a CefSharp component in windows form application
I need to inherit proxy configuration from the system. This works just fine until the proxy need authentication (user and password). In this case Cef Sharp is not asking user and password like usually browsers do. I tried passing --proxy-auto-detect command line argument with the same result.
Beta Was this translation helpful? Give feedback.
All reactions