> I need to pass value pairs to a secure server and read the response. > > However, <Cfhttp> will not work for https connections. > > The work around seems to be to not run CF as a service. How has > anyone handled this and come up with a sensible solution. > > We pass around 10 name=value pairs and have to read the response of > about 6 value=name pairs. > > Any suggestions and help much appreciated. > > CF 4.01 IIS4 SP6a The only workaround for this problem with CFHTTP in CF 4.0x is to use a replacement for CFHTTP. There are several components available that you can use for this, such as Mabry's HTTP/X: http://www.mabry.com/httpx/index.htm You can use various COM objects or Java classes. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

