util_link_responding_p (public, deprecated)

 util_link_responding_p url [ list_of_bad_codes ]

Defined in packages/acs-tcl/tcl/deprecated-procs.tcl

Deprecated. Invoking this procedure generates a warning.

Returns 1 if the URL is responding (generally we think that anything other than 404 (not found) is okay).

Parameters:
url (required)
list_of_bad_codes (optional, defaults to "404")
See Also:

Testcases:
No testcase defined.
Source code:
ad_log_deprecated proc util_link_responding_p
    util::link_responding_p -url $url -list_of_bad_codes $list_of_bad_codes
XQL Not present:
PostgreSQL, Oracle
Generic XQL file:
packages/acs-tcl/tcl/deprecated-procs.xql

[ hide source ] | [ make this the default ]
Show another procedure: