Page 1 of 1

Re: Issue with login on some websites

Posted: Tue Jun 25, 2019 4:05 pm
by salvadordf
Hi,

There is a known issue in the latest CEF binaries with the web page authentication.

Try adding this line before the GlobalCEFApp.StartMainProcess call in the DPR file

Code: Select all

GlobalCEFApp.DisableFeatures := 'NetworkService';