RE: Catching referring domain in CF?

2007-10-22 Thread Manju Kiran P Pacchhipulusu
Did you try dumping the CGI scope? CGI.HTTP_HOST would give you the domain name. Thanx -Manjukiran Adobe ColdFusion Team ~| Enterprise web applications, build robust, secure scalable apps today - Try it now ColdFusion Today

Catching referring domain in CF?

2007-10-15 Thread Les Irvin
Is there a way to pass a variable with the domain name only from the referring page to a target page using CF? For example, how can I pass (or extract) just houseoffusion.com to the target page when coming from http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm; Thanks in advance for

Re: Catching referring domain in CF?

2007-10-15 Thread Claude Schneegans
Is there a way to pass a variable with the domain name only from the referring page to a target page using CF? Try listGetAt(CGI.HTTP_REFERER, 2, /) But the HTTP_REFERER value is not always set by the client, so it is not 100% proof. -- ___ REUSE CODE! Use