CFMX 6.1 now supports https:// web services. Darryl
-----Original Message----- From: Knott, Brian [mailto:[EMAIL PROTECTED] Posted At: Friday, 5 September 2003 3:22 PM Posted To: CFAussie Conversation: [cfaussie] RE: Encrypting XML and CFC's Subject: [cfaussie] RE: Encrypting XML and CFC's Jeremy, 1. Not sure about web services using https but don't see why it cant. 2. The actual web service can not limit who is looking at it as access will be set to remote, but you can just write some CF code inside the CFC to do any login / address checks you want. Basically verify before you allow access to the other parts of the CFC. Brian -----Original Message----- From: Jeremy [mailto:[EMAIL PROTECTED] Sent: Friday, 5 September 2003 3:04 PM To: CFAussie Mailing List Subject: [cfaussie] Encrypting XML and CFC's Hi everyone, I'm looking at a project in which I will need to transfer sensitive data from one web server to another. We plan to use Web Services to do this. On one side will be CFC's collecting info from the other server which the senitive data is stored. And visa versa.... 1. What i need to know is which is the best way to encrypt the packets being sent? https? 2. Can you limit WHO can access the webservice? i.e. IP address or domain name. Thats pretty much it. Oh one more only one server has ColdFusion on it not both. We are using a 3rd party app to produce the other web service. Any help would be good. Thanks Jeremy --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/ --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
