cfhttp and timeout
i'm using cfhttp timeout value, how know if timed out?
can't seem find examples online or @ macromedia livedocs. perhaps, returns statuscode 408. how can test sort of thing?
can't seem find examples online or @ macromedia livedocs. perhaps, returns statuscode 408. how can test sort of thing?
if cfhttp call times out throws coldfusion exception (unless
the don't throw exception option selected iirc). handle
this of coldfusion exception handling features.
<cftry...><cfcatch...>
and|or
<cferror>
and|or
the administrator error settings
to name couple.
leesiulung2006 wrote:
> i'm using cfhttp timeout value, how know if timed out?
>
> can't seem find examples online or @ macromedia livedocs. perhaps,
> returns statuscode 408. how can test sort of thing?
>
the don't throw exception option selected iirc). handle
this of coldfusion exception handling features.
<cftry...><cfcatch...>
and|or
<cferror>
and|or
the administrator error settings
to name couple.
leesiulung2006 wrote:
> i'm using cfhttp timeout value, how know if timed out?
>
> can't seem find examples online or @ macromedia livedocs. perhaps,
> returns statuscode 408. how can test sort of thing?
>
More discussions in Advanced Techniques
adobe
Comments
Post a Comment