RE: Trying to 'fail gracefully' from a cfhttp error.

2007-10-02 Thread Jayesh Viradiya
What happens if you directly access this URL https://123.456.789.000/testpage.php; from Browser ? Do it work fine ? Looking at your error message it seems that you need to increase the Timeout period for you page(cfsetting requesttimeout attribute) or from CF Admin- settings page for site wide

RE: Trying to 'fail gracefully' from a cfhttp error.

2007-10-02 Thread Che Vilnonis
Subject: RE: Trying to 'fail gracefully' from a cfhttp error. What happens if you directly access this URL https://123.456.789.000/testpage.php; from Browser ? Do it work fine ? Looking at your error message it seems that you need to increase the Timeout period for you page(cfsetting requesttimeout

RE: Trying to 'fail gracefully' from a cfhttp error.

2007-10-02 Thread Dave Watts
When I can't connect to a PC using cfhttp an error is thrown. Typically, the message reads The request has exceeded the allowable time limit Tag: cfhttp and this message is caught in a cftry/cfcatch block and then emailed to me. No problems there. But what I cannot figure out is why the

RE: Trying to 'fail gracefully' from a cfhttp error.

2007-10-02 Thread Che Vilnonis
to 'fail gracefully' from a cfhttp error. When I can't connect to a PC using cfhttp an error is thrown. Typically, the message reads The request has exceeded the allowable time limit Tag: cfhttp and this message is caught in a cftry/cfcatch block and then emailed to me. No problems