|
Rank: Member Groups: Member
Joined: 9/16/2015 Posts: 18
|
If the CustomUserAgent or AcceptLanguage attribute is set, the Referrer Policy does not work correctly. The "Referrer" header is missing.
1. EO 2018 Default https://test.com - (302 redirect) -> http://test.com/xyz [unsafe-url] --------------------> [unsafe-url] : "Referrer" header
2. Change CustomUserAgent or AcceptLanguage https://test.com - (302 redirect) -> http://test.com/xyz [unsafe-url] --------------------> [no-referrer-when-downgrade] : no "Referrer" header
EO 2015,2016 ~ EO 2017.1.65 version works properly. There is a problem with ~ EO 2018.0.70. Windows Chrome/63 version works properly.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi, I am not sure if I understand your question correctly. This is the steps that we tried here: 1. Run our TabbedBrowser sample application; 2. Load "http://test.com"; 3. The server responds with 302 redirection and Location: https://www.test.com/;4. The TabbedBrowser follow the redirection to redirects to https://www.test.com; There is no "referrer" header entry involved in this process. If what you meant is a different process, please explain step by step in detail and we will rerun the test here. Thanks!
|
|
Rank: Member Groups: Member
Joined: 9/16/2015 Posts: 18
|
"test.com" is not a real domain. https://test.com >>> click link: <a href="https://test.com/go?q=xyz"...** Network log ** 1. Request URL: https://test.com/go?q=xyzStatus Code: 302 Referrer Policy: unsafe-url location: http://test.com/xyzreferer: https://test.com2. Request URL: http://test.com/xyz
TabbedBrowser - default
Referrer Policy: unsafe-url referer: https://test.com
TabbedBrowser - Change CustomUserAgent or AcceptLanguage
Referrer Policy: no-referrer-when-downgrade referer: *no header* Thanks!!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
Hi,
Can you give us a real website so that we can test your case? Without a real website that demonstrates the exact problem you described, we can't see the problem.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 9/16/2015 Posts: 18
|
Hi,
Can I send it by e-mail?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
|
|
Rank: Member Groups: Member
Joined: 9/16/2015 Posts: 18
|
Hi,
Thanks for the fix! (EO 18.0.98) I really appreciate your continued support :)
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,221
|
You are very welcome. Please feel free to let us know if there is anything else.
|
|