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