Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Cloaked domain name?

Participant ,
Feb 28, 2009 Feb 28, 2009
Hi,
Is it possible to find out the cloaked domain name is with CF8?

Situation:
www.name_displayed_in_browser.com >>> www.actual_domain_name.com

The CGI variables I have tried return the actual_domain_name.com

Could it be possible with some Javascript on the page load and then maybe pass that back to CF... any ideas?

Thanks,
TOPICS
Getting started
948
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 04, 2009 Mar 04, 2009

Am not sure what you mean here.

Multiple domain names can point to the same server, but all of them are equaly "real".

cheers,
fober

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 06, 2009 Mar 06, 2009
It is actually multiple domain names pointing at the same site.

The multiple domains are cloaked/masked so the actual site name does not appear in the users browser.

Example Situation:

1x sub Agent in Manchester
1x sub Agent in York

Both want easy no maintenance web site provided by "Main Agent".

Sub Agents promote/display their own domain name e.g. www.agent_in_manchester.com or www.agent_in_york.com

... but all sub agents domains point to just one site. This site loads some basic Agent specific details (address, email, Agent name, etc.) based on a passed url parameter from the redirected domain.

I just wanted an easy way to find out what domains were being redirected to the main site.

Thanks for any suggestions.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 06, 2009 Mar 06, 2009
not 100% sure if this is what you are talking about, but, iirc, 'domain
forwarding' is an option available in good DNS management control
panels, which, depending on settings, this can forward the request to
another domain without changing the domain name displayed in the address
bar, so that all request to www.agent-in-manchester.com will be
forwarded to www.main-agent.com, but users will still see
"www.agent-in-manchester.com" in their address bar.

hmm... on the second re-read of your post, it seems like this is exactly
what you are doing already... is it?


Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 06, 2009 Mar 06, 2009
Hi Azadi,

Yes, that is exactly what is happening at the moment.

What I want to do is identify the forwarded domain name: www.agent-in-manchester.com.

I have tried the CGI variables but they do not have it. I am not sure how cloaking actually works, is the cloaked domain name ever actually available to the server?
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 06, 2009 Mar 06, 2009
i do not think it is ever, anywhere, available...

i can't test it on my current setup, and i have never tried it before,
but... i wonder if one could possibly set up domain forwarding with a
url parameter? like forward it to
www.main-agent.com/?somevar=someusniqueid ... not sure if this is at all
possible, or if one could even specify a url parameter when setting up
forwarding, or how and where that url parameter would be added to the
domain... just a thought...

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Mar 06, 2009 Mar 06, 2009
LATEST
ok thanks, i was starting to think that.

FYI: yes it is possible to use a url parameter. That is how the users are currently doing it. The site then uses the url parameter to select user specific data for display.

I was just hoping to be able to find what domains were being used... I suppose I could ask the users!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources