RE: CFHTTP - continue on broken url

2000-10-23 Thread Matt Rodosky
Try wrapping the code in a cftry with a cfcatch to report any errors that happen. As long as the code is in the cftry block, the processing will continue. HTH, Matt cftry cfoutput query="q_Server" cfhttp method="Post" url="#Trim(ServerURL)#/UpdateDB.cfm" timeout="10"

RE: CFHTTP - continue on broken url

2000-10-23 Thread Rudy Rustam
It's working, thanks Matt :) -Original Message- From: Matt Rodosky [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 24 October 2000 9:23 AM To: CF-Talk Subject: RE: CFHTTP - continue on broken url Try wrapping the code in a cftry with a cfcatch to report any errors that happen. As long