Subdomain with directory redirects to main domain with directory if it has been visited first
Reported by
egre...@umfoundation.com,
May 10 2016
|
|||
Issue description
When visiting a domain before visiting a subdomain with a directory, typing in that subdomain with http:// or without any protocol causes it to go to the main domain instead of the subdomain. I can type https:// and that immediately resolves the issue.
Possibly DNS related. I've attached a video of the issue.
Chrome Version : 50.0.2661.94
Other browsers tested:
Safari: not tested
Firefox: OK
IE: OK
What steps will reproduce the problem?
(1) Go to domain.com initially (get dns)
(2) Go to subdomain.domain.com/directory
What is the expected result?
subdomain.domain.com/directory page opens
What happens instead?
domain.com/directory 404 opens
,
May 11 2016
,
May 11 2016
It sounds to me like "http://subdomain.domain.com/directory" redirects to "http://domain.com/directory", but "https://subdomain.domain.com/directory" does not. If you provide a net-internals log I'll take a look, but I'm almost certain this is not a Chrome issue. Instructions: https://sites.google.com/a/chromium.org/dev/for-testers/providing-network-details
,
May 11 2016
egreene@Could you please respond to comment #3?
,
May 11 2016
Attached log.
,
May 11 2016
Very sorry, I have determined that this was a coding issue.
,
May 11 2016
Thanks for the followup. |
|||
►
Sign in to add a comment |
|||
Comment 1 by rtenneti@chromium.org
, May 11 2016Labels: Needs-Feedback