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

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