RemoteDB QOS check

Hello,
my RDB application work fine, but the IT managers at customer side are asking a "link" for periodic check of my application availability...
They ask something as a web link, which should show a page with some ok message...
I have seen on manual the procedure:

procedure TMyServerModule.ProcessRequest(const C: THttpServerContext);

as a way to analyze requests and send response, but I am wondering if it's the right way,
or it could interfere with normal RemoteDB communications...

BR,
Mario

You can simply use the root URL of the server, for example http://localhost:2001/tms/remotedb. That would return a 405 error, but that simply means the server is running and did not accept the HTTP method.

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.