Hamish Charles said: > > Creating an RSS feed with CF is not tricky. However I am struggling > to understand is how to create a secure RSS feed. I already have a > secure password protected website with the usernames and passwords > stored in a SQL database. > > From what I understand you need to use basic authentication and > https to secure an RSS feed. But what is needed is to integrate > with the security we already have using the same user names and > passwords. Is that possible?
Start with http://livedocs.adobe.com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=ColdFusion_Documentation&file=00001190.htm#wp1130940 but instead of <cfinclude template="loginform.cfm"> use <cfheader statuscode="401"> <cfheader name="WWW-Authenticate" value="Basic realm=""#siteName#"""> Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Upgrade to Adobe ColdFusion MX7 Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:269988 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

