Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.

Issue with login on some websites

Post Reply
User avatar
salvadordf
Posts: 4047
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: Issue with login on some websites

Post 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';
Post Reply