Ping #{{ ping.n }} {% if ping.fail %} (received via the /fail endpoint) {% endif %}

Time Received {{ ping.created.isoformat }}

{% if ping.remote_addr %}

Client IP {{ ping.remote_addr }}

{% endif %} {% if ping.scheme %}

Protocol {{ ping.scheme }}

{% endif %} {% if ping.method %}

Method {{ ping.method }}

{% endif %} {% if ping.scheme == "email" %}

From {{ ping.ua }}

{% else %}

User Agent {{ ping.ua }}

{% endif %}
{% if ping.body %}

Request Body

{{ ping.body }}
{% endif %}