> Sorry...I forgot to mention that I can't use CFHTTP - we scrapped that
idea
> so long ago I'd forgotten about it - but the client has challenge/response
> security on their server....so it doesn't work.

It looks like you have two options in this case:

1. Get the client to change the app to use SSL (does not have to be a cert
from a public CA if this is a private URL, just use openSSL or something to
generate a private one) and basic HTTP authentication that CFHTTP can
handle.

2. Have someone write you a custom CFX tag that performs the same duties to
CFHTTP but supports the type of authentication your client is using.

-Justin Scott, Lead Developer
 Sceiron Internet Services, Inc.
 http://www.sceiron.com


______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to