Question
CFHTTP Error Trapping
I have a CFHTTP reference in a template and it occured to me
that if the other server is down, it may bring a whole site down.
How do I trap for the possibility that <CFHTTP url=" http://2XX.1XX.88.1XX/listindex.php" method="GET"
resolveurl="No"></CFHTTP> cannot be read?
I canot afford to experiment with CFTRY and CFCATCH on this live site so exact code would be appreciated.
Thanks!
How do I trap for the possibility that <CFHTTP url=" http://2XX.1XX.88.1XX/listindex.php" method="GET"
resolveurl="No"></CFHTTP> cannot be read?
I canot afford to experiment with CFTRY and CFCATCH on this live site so exact code would be appreciated.
Thanks!