Check if web service available

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
mimu
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 76
Joined: Tue Mar 05, 2013 7:00 pm
Location: Berlin
Contact:

Check if web service available

Post by mimu » Fri Jun 23, 2017 1:38 pm

What would be the best way to check if a web server is available or not ?

I tried to send a simple get request to a static resource on the server before each rest call,
but if the server is not available i have to wait for the long standard timeout.

How to change the timeout to for example to 0.5 seconds?

Post Reply

Return to “Internet”