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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

Reply via email to