Closed
Bug 947780
Opened 11 years ago
Closed 11 years ago
Google Drive sends fennec into a infinite redirect loop upon sign-in
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: wesj, Unassigned)
References
()
Details
(Keywords: reproducible, Whiteboard: [serversniff] [country-all] [webcompat:sightline])
We should block infinite loops like this, but it would be nice if evang could try talk to google about fixing it.
Comment 1•11 years ago
|
||
Works for me tonight; retry tomorrow?
Blocks: google-evangelism
Component: General → Mobile
Product: Firefox for Android → Tech Evangelism
Summary: docs.google.com sends fennec into a infinite redirect loop → Google Drive sends fennec into a infinite redirect loop
Reporter | ||
Comment 2•11 years ago
|
||
Is drive.google.com the same as docs.google.com?
Comment 3•11 years ago
|
||
As of 2012, docs.google.com redirects to drive.google.com
Comment 5•11 years ago
|
||
I had to sign-in, whoops. Yes, reproducible today.
Keywords: reproducible
Summary: Google Drive sends fennec into a infinite redirect loop → Google Drive sends fennec into a infinite redirect loop upon sign-in
Updated•11 years ago
|
Assignee: nobody → miket
Comment 6•11 years ago
|
||
In nightly here's what I see: (-> means redirect)
1) drive.google.com
JS-> https://accounts.google.com (sign in)
-> https://drive.google.com
WFM.
Sign out.
1) docs.google.com
JS-> www.google.com/accounts/ServiceLogin
302-> accounts.google.com (sign in, choose account if you have multiple)
(A few GETs and POSTs to accounts youtube.com (what?) and accounts.google.com)
meta-> docs.google.com/m (from accounts.youtube.com)
JS-> www.google.com/account/ServiceLoginAuth, check a cookie, once more talk to youtube.com
302-> accounts.google.com...&continue=docs.google.com/m/...
meta->http://docs.google.com/m
JS-> www.google.com/accounts/ServiceLogin
Ad infinitum.
Chrome Mobile (emulated) has basically the same story, except when it finally lands on docs.google.com/m, it gets a JS redirect to drive.google.com.
1) docs.google.com
JS-> www.google.com/accounts/ServiceLogin
302-> accounts.google.com (sign in, choose account if you have multiple)
(A few GETs and POSTs to accounts youtube.com (what?) and accounts.google.com)
meta-> docs.google.com/m (from accounts.youtube.com)
JS-> www.google.com/account/ServiceLoginAuth, check a cookie, once more talk to youtube.com
302-> accounts.google.com...&continue=docs.google.com/m/...
meta->http://docs.google.com/m
JS -> drive.google.com/m
200 OK. The page sticks.
So. For some reason docs.google.com/m doesn't think Firefox for Android is ever signed in, so it bounces it back to www.google.com/accounts/ServiceLogin.
However, when I spoof my UA string to be the native Android browser, the same thing happens. Core bug? Regression?
Assignee: miket → nobody
Comment 7•11 years ago
|
||
I just noticed this reproduces in Desktop too, as long as you spoof your UA string as anything Mobile (Fennec, Chrome Mobile, Android, iPhone).
Updated•11 years ago
|
Whiteboard: [serversniff] [country-all]
Comment 8•11 years ago
|
||
Tried logging in today (Firefox for Android) and this works for me.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Assignee | ||
Updated•11 months ago
|
Component: Mobile → Site Reports
Updated•2 months ago
|
Whiteboard: [serversniff] [country-all] → [serversniff] [country-all] [webcompat:sightline]
You need to log in
before you can comment on or make changes to this bug.
Description
•