I'd like to check my internet connection before launching a session in a lavishsoft script.
Any ideas on how I'd do that?
Thanks,
Hook
Checking Connection before launching a session
Moderators: Lavish Software Team, Moderators
Re: Checking Connection before launching a session
You may need an extension to use the InnerSpace HTTP service.Hook wrote:I'd like to check my internet connection before launching a session in a lavishsoft script.
Any ideas on how I'd do that?
Thanks,
Hook
-j
You wouldn't need an extension to use that, you could use the httpget command. However, this is not reliable. There are known issues with the built-in web requests in Inner Space, and it is not a priority to fix. If you do an http request through IS and the web server can't be contacted (e.g. the web server is down, your connection is busted, etc), IS may stop processing web requests until it is restarted, rendering this solution useless.
I would recommend building a .NET application if this is a necessity.
I would recommend building a .NET application if this is a necessity.