How do I get the entire current URL from ColdFusion?
For example, if a user is at:
http://sub.mysite.com/somedir/thisfile.cfm?q=search&advanced=1&more=etcIs there no easy way of getting this out of ColdFusion? I would think there would be a variable I could reference to just pull this out.
Also, Im a bit afraid of using the CGI Variables SERVER_NAME, HTTP_HOST, QUERY_STRING, and SCRIPT_NAME because Im wondering if old browsers wont be using these sort of parameters!?!?
Also, anyone have such a script available that builds the full URL for me again?
Andrew
Start Free Trial