Page 3 of 3

Re: Unable to set referer

Posted: Mon Aug 24, 2020 1:48 pm
by andreykrasnodar
Student wrote: Mon Aug 24, 2020 12:12 pm uCEFRequest
Подключил - работает, есть там TCefRequestRef
But this code does not send referer

Code: Select all

  
Request := TCefRequestRef.New;
Request.Url:='https://google.com';
request.Method:='GET';
request.SetReferrer('https://mail.ru',REFERRER_POLICY_ALWAYS);
request.Flags:=UR_FLAG_ALLOW_CACHED_CREDENTIALS;
chromium2.Browser.MainFrame.LoadRequest(Request);