Closed
Bug 873616
Opened 12 years ago
Closed 11 years ago
Grand Hyatt Taipei website redirects to 404 on a server-not-found, on Firefox (and Chrome, and Opera Mini) on Android
Categories
(Web Compatibility :: Site Reports, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: dholbert, Unassigned)
References
()
Details
Attachments
(1 file)
|
2.23 KB,
text/plain
|
Details |
STR:
1. Visit http://taipei.grand.hyatt.com/en/hotel/home.html using Firefox Nightly on a tablet, or in a desktop browser with this overridden user agent string:
Mozilla/5.0 (Android; Tablet; rv:24.0) Gecko/24.0 Firefox/24.0
ACTUAL RESULTS: I get redirected to this URL:
http://m.mobilehyatt.com/mt/taipei.grand.mobilehyatt.com/hyatt/404.jsp
*and* there's also nothing at that domain -- I hit "Firefox can't find the server at m.mobilehyatt.com" -- so I don't even get to the 404.jsp page.
| Reporter | ||
Comment 1•12 years ago
|
||
I tested this using:
* Nightly on my Nexus 7 Android tablet
* Nightly and Firefox Beta on my Nexus 4 Android phone
* Chrome on my Nexus 4 Android phone
and I got the same (bad) results in each. (So this isn't a Gecko-specific thing -- chrome on mobile devices hit the same problem)
| Reporter | ||
Comment 2•12 years ago
|
||
I ran a series of
curl -v -A "Mozilla/5.0 (Android; Tablet; rv:24.0) Gecko/24.0 Firefox/24.0"
commands, to trace the series of redirects. These show that we're bounced from
http://taipei.grand.hyatt.com/en/hotel/home.html
to:
http://m.hyatt.com/mt/taipei.grand.mobilehyatt.com/en/hotel/home.html
to:
http://taipei.grand.mobilehyatt.com/en/hotel/home.html?stop_mobi=yes
to:
http://m.mobilehyatt.com/mt/taipei.grand.mobilehyatt.com/hyatt/404.jsp
...and m.mobilehyatt.com doesn't resolve.
Here's a log showing those curl commands and their output (just up to the "Location: " line for brevity).
| Reporter | ||
Comment 3•12 years ago
|
||
[I tested Opera Mini on my Nexus 4, too, for good measure -- same results.]
| Reporter | ||
Comment 4•12 years ago
|
||
I just sent this message to the email address on their website, taipei.grand@hyatt.com :
====
Dear Grand Hyatt Taipei,
(Whoever receives this: please forward this email to a web developer or
admin who's involved with your English website,
http://taipei.grand.hyatt.com/en/hotel/home.html )
Hi! I'm a browser developer working on the Mozilla Firefox web browser,
and I wanted to let you know that your website *does not appear to load
in any browser* on Android devices (tablets, phones). I've tested
Chrome, Firefox, and Opera Mini, on two android devices, and in each
case, the browser ends up getting redirected to a "server not found"
page, apparently due to a series of redirects configured on your web
servers.
I've included a bit more detail on a page in our bug-tracker here:
https://bugzilla.mozilla.org/show_bug.cgi?id=873616
(Note that this isn't to suggest that it's a bug in Mozilla; our bug
tracker is just a convenient place to investigate this).
I'm hopeful that someone on your team can dig in and fix the problem, so
that users will be able to visit your website on their Android devices.
Please let me know if I can be of any assistance (or feel free to post
on the bugzilla page that I linked above).
Thanks!
Daniel Holbert
Mozilla Corporation
====
| Reporter | ||
Updated•12 years ago
|
Summary: Grand Hyatt Taipei website redirects to 404 on a server-not-found, on Mobile Firefox → Grand Hyatt Taipei website redirects to 404 on a server-not-found, on Firefox (and Chrome, and Opera Mini) on Android
| Reporter | ||
Updated•12 years ago
|
OS: Linux → Android
Hardware: x86_64 → ARM
Updated•11 years ago
|
Component: English US → Mobile
| Reporter | ||
Comment 5•11 years ago
|
||
This works correctly now. I'm now redirected to:
http://m.hyatt.com/mt/taipei.grand.hyatt.com/en/hotel/home.html
instead of the 404 page from comment 0.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 6•11 years ago
|
||
(using today's Firefox Nightly on Android, version 35.0a1)
Updated•6 years ago
|
Product: Tech Evangelism → Web Compatibility
Updated•1 year ago
|
Component: Mobile → Site Reports
You need to log in
before you can comment on or make changes to this bug.
Description
•