salvadordf / CEF4Delphi

CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.
https://www.briskbard.com/forum/
Other
1.21k stars 368 forks source link

CEF 126 proxy ERR_INVALID_AUTH_CREDENTIALS #520

Closed rodendron closed 3 months ago

rodendron commented 3 months ago

Hi,

CEF126 has error in all demos (test on MiniBrowser) with all proxy type:

err_invalid_auth_credentials (-338)

I am using the same data wich works in other versions (last my test was in old 117).

salvadordf commented 3 months ago

This looks to be related to this CEF issue

salvadordf commented 3 months ago

Try setting GlobalCEFApp.DisableChromeLoginPrompt to TRUE before the GlobalCEFApp.StartMainProcess call in the DPR file.

salvadordf commented 3 months ago

The latest CEF4Delphi version sets the GlobalCEFApp.DisableChromeLoginPrompt value to true by default.

rodendron commented 3 months ago

@salvadordf thank you very much