Replies: 2 comments
-
You'll need to raise your issue at https://github.com/chromiumembedded/cef (post a link back here) Read the first few paragraphs of https://github.com/cefsharp/CefSharp/wiki/General-Usage for background on the project |
Beta Was this translation helpful? Give feedback.
-
Behaviour is expected. |
Beta Was this translation helpful? Give feedback.
-
Is there an existing issue for this?
CefSharp Version
120.50
Operating System
Windows 10
Architecture
x64
.Net Version
4.6
Implementation
WinForms
Reproduction Steps
CefSample.zip
Expected behavior
When the user click on "Set lang to fr" a new browser instance is created with a new RequestContext having the AcceptLanguageList setting set to fr so we would expect that the Accept-Language header were set to fr but is not so.
Actual behavior
All Network requests have Accept-Language header set to en indipendently from the selected language.
Regression?
We've experimented this behavior both for the last version (120.50) and on v107 too so it not seems to be a recent regression.
Known Workarounds
No response
Does this problem also occur in the CEF Sample Application
Not Tested
Other information
We've observed that the language is correctly set when the RequestContext CachePath setting change. This let us think that the language is strictly related to the disk cache.
Beta Was this translation helpful? Give feedback.
All reactions