I'm using CFHTTP to read an RSS file into an application. I'd like to be able to track the user Web sites that are calling this RSS file. I'm having some IIS weirdness, and my log files aren't properly tracking referrer, so I'd like to do this with code. Is that possible?

Since I don't really need to do anything with the data, I'm just doing simple logging:

<cffile action="append"
         file="C:\Inetpub\www.blogfusion.com\referrer_log.txt"
         output="#CGI.SERVER_NAME#">


But this is just capturing the site where the RSS feed is being hosted.

Any ideas?

Thanks!

----------------------------------------------------------
To post, send email to [email protected]
To unsubscribe: http://www.dfwcfug.org/form_MemberUnsubscribe.cfm To subscribe: http://www.dfwcfug.org/form_MemberRegistration.cfm


Reply via email to