> What is the best way to hide/encrypt/disguise a url in an action > statement in CF5, especially if they view source? > > I have a client with multiple sites with a submit form that points to > ONE site which we would like to not display. The submittion goes there, > appends a record to a database and generates a cfmail then does a > cflocate back to the original site.
You cannot prevent the user from seeing the URL to which you submit a form, for obvious security reasons. You cannot prevent the user from being able to see how the form works. If you want to send data to a URL, and you don't want the user to see that URL, don't put it in your form. Instead, let the user submit data to another URL, and have the CF program at that URL send data to the ultimate destination URL using CFHTTP. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ phone: 202-797-5496 fax: 202-797-5444 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Silver Sponsor - New Atlanta http://www.newatlanta.com Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186419 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

