× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Darren,

In HTTPAPI you could do this:

monitor;
   http_string('GET': 'http://your-url-here');
on-error;
   // site is down.
endmon;

There's no requirement that anything be written to the IFS.  Not sure where that came from.


On 11/13/2018 7:43 AM, Darren Strong wrote:
I have a request to check an internal website, which, in a browser,
returns a very simple few character of text. From that I can determine if
the PC server is operating the way we want it to. If not, I'll be feeding
some kind of notice into our messaging software. What kind of technology
should I be looking at to get a bit of data from a website? I'm currently
looking at HTTPAPI, although I don't need the results to go to an IFS
file. I've done a little with socket programming to a 3rd party software
engine, but I haven't done it to a webpage before.



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.