> So I want to know the best way forward in terms of a webservice, basic html > posts? > how would you open this up? > what about security? how do I restrict others from acccess this as it needs > to be open over https?
I'm not sure what you're asking about with regard to "basic html posts". As for security generally, you can handle security the same way you would with any other sort of web content. You can use web server authentication (Basic, or any other auth scheme supported by your prospective clients and by the actual web server) or you can force the client to acquire a token via a login service (instead of a login form). Basic authentication over HTTPS is adequate for most things.. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334683 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

