Appearance
Send a request to the following endpoint to ping your backend:
/.well-known/ping
Ping the backend hosted at base.example.com using curl:
base.example.com
curl https://base.example.com/.well-known/ping
You should receive the following as a response:
{ "ping": "pong" }