We've been running this code for about 4 years without a problem, but since we changed to a https server rather than http it don't work.
<cfhttp method="post" url="#session.aicc.aicc_url#"> <cfhttpparam name="command" type="formField" value="getparam"> <cfhttpparam name="version" type="formField" value= "#session.aicc.aicc_version#"> <cfhttpparam name="session_id" type="formField" value="#session.aicc.aicc_sid#"> <cfhttpparam name="aicc_data" type="formField" value=""> </cfhttp> Is anyone aware of any issues with the CFHTTP tag in CF5 and https? We can get it to work sporadically by isolating and hardcoding the CFHTTPPARAM attributes, but its very inconsistent. any help would be appreciated Stephen, Telstra --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
