You are not logged in.
Pages: 1
May be this is already discussed, but i don't know...
Im looking for an fast and resource - saving way to check if my Server is reachable.
like a ping.
is there something contained in mormot ?
Rad Studio 12.1 Santorini
Offline
You can just call the /##root##/timestamp URI via a HTTP GET.
You can make a call as
if client.CallBackGet('timestamp', [], resp) = 200 then OK
This endpoint should always be available, even if full security is activated on the REST server.
Offline
TRestClientUri.ServerTimestampSynchronize will do
Offline
ty
Rad Studio 12.1 Santorini
Offline
Pages: 1