Ruby on Rails Wednesday, August 20, 2014

Hi,

On 19/08/14 21:14, McHenry wrote:
> On the site I would like to display the domains name that was used.
> How can I obtain the name of the domain that the user entered to
> access my site?

„used" as in „supplied by the browser?" One could forge a request with
Host header set to 'example.com' and connect to localhost, thus the
question. If the header value is the thing you're looking for: it is
contained in `request.host`.

Best regards,

--
Christian Kruse
http://ck.kennt-wayne.de/

No comments:

Post a Comment