|
Rank: Newbie Groups: Member
Joined: 9/25/2017 Posts: 2
|
We switched to eoBrowser v20.3.34 and now we are having trouble to set the "Accept-Language" header entry in the HTTP request.
We should set it to fixed "en-us" value. We have tried both setting the WebView AcceptLanguage-property value and setting the request header value (e.Request.Headers["Accept-Language"] = "en-us";) in BeforeRequestLoad-event handler. Both ways seem to have no effect on the actual value sent, in my personal case "fi-FI,fi;q=0.9,en-US;q=0.8,en;q=0.7" is sent.
Earlier we were using eoBrowser v18.2.53 and then setting the WebView AcceptLanguage-property value worked just fine.
How can we set a fixed value to "Accept-Language" header entry in the HTTP request with our new eoBrowser version?
Thank you in advance.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
We have confirmed that this is an issue in the current build. We will fix this in our next build and reply here again when the fix is available.
Thanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Hi,
This is just to let you know that we have posted a new build that should resolve this issue. You can download the new build from our download page. Please take a look and let us know how it goes.
Thanks!
|
|
Rank: Newbie Groups: Member
Joined: 9/25/2017 Posts: 2
|
Looks good, now setting AcceptLanguage-property works ok. Thank you.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,217
|
Great. Thanks for confirming the fix!
|
|