Closed (works as designed)
Project:
Domain
Version:
6.x-2.7
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2010 at 11:30 UTC
Updated:
9 Dec 2010 at 22:14 UTC
Not sure if this a bug or a feature, but I had the following problem with an Android cell phone:
It seems to transmit http://example.com:80 in $_SERVER['HTTP_HOST'] instead of http://example.com, which means that the request is redirected to the default-domain.
Comments
Comment #1
agentrickardInteresting. You should be able to setup an alias using Domain Alias to overcome this issue. Just map the port to the normal domain and tell it not to issue a redirect.
I would call that an Android bug, not a DA bug, since DA deliberately recognizes ports as distinct domains.
Comment #2
agentrickard