mrjaw Active Member Licensed User Longtime User Jul 11, 2012 #1 Hi! How can I determine if one site is up when I try to download any info from a site ex: url="http://site.com/ser.php?id=232" How can I know if this url is up when I connect:
Hi! How can I determine if one site is up when I try to download any info from a site ex: url="http://site.com/ser.php?id=232" How can I know if this url is up when I connect:
Erel B4X founder Staff member Licensed User Longtime User Jul 12, 2012 #2 You can use HttpUtils2 to download the data from the Url. You should check the Success value when the job is completed. Upvote 0
You can use HttpUtils2 to download the data from the Url. You should check the Success value when the job is completed.