[Webkit-unassigned] [Bug 129681] [GTK] Too many redirects visiting www.globalforestwatch.org

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 12 09:34:07 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=129681





--- Comment #5 from Diego Pino <dpino at igalia.com>  2014-03-12 09:34:29 PST ---
(In reply to comment #4)

> Great, what if you directly visit http://www.globalforestwatch.org/notsupportedbrowser ?

If I load "http://www.globalforestwatch.org/notsupportedbrowser" in MiniBrowser using Chrome's UA, the page is loaded successfully.

I also tested it in Safari as I thought that as MiniBrowser uses the same UA as Safari it should fail on Safari too. However in Safari it worked. Why is that? The difference between MiniBrowser UA and Safari UA is that Safari UA has a "Version" string. For instance:

"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13+ (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2"

I pressume that in the case of detecting the browser is a Safari, the code that checks the browser support may try to fetch the version string too, as not all versions of Safari might be supported by this site.

In fact, just by editing MiniBrowser UA and add "Version/6.0", the page gets loaded. If I try doing the same using "Version/3.0" the "too many redirects" error happens.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list