Page 1 of 1

Overriding the user agent doesn't work

PostPosted: Thu Aug 28, 2014 4:46 am
by Tom741
Hello everyone,
I want to override the user agent of cef. I tried on my project and it didn't work.
So I tried on the demo project (CefGlue.Demo.WinForms) and it doesn't seems to work too.

In DemoApp:
var settings = new CefSettings();
...
settings.UserAgent = "hello";

when I go and check it on http://www.whatsmyuseragent.com/ for example, it always says that it's Chrome 35.

Is it a bug ? Or is it me who's doing something wrong ?

Re: Overriding the user agent doesn't work

PostPosted: Thu Aug 28, 2014 9:05 am
by magreenblatt