> IIS 5, CF MX. > I need to find out the exact template as requested by the browser. That > means without any default documents that the webserver might or might > not add. I.e., if the requested URL by the browser is: > GET /admin/ HTTP/1.1 > I need to get /admin/, even when the webserver adds a default document > and passes the request on as /admin/index.cfm. I have tried CGI > variables but they all have the default document. GetHTTPRequestData() > apparently does not give access to all the request headers, because the > part regarding the URI is omitted even though I see it in the network > sniffer.
> Any suggestions? > Jochem Sounds like a pickle... The only thing that springs to my mind is javascript location.href -- which iirc will give you the untampered path without the default document... Unfortunately you have to go to the client to get it, which I suspect is going to make the point moot for whatever it is you're working on. S. Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

