{% extends "base.html" %} {% block content %}

Validate an Endpoint

Enter a URL to check x402 payment and manifest compliance.

{% if results %}

Pass / Fail Trend

Recent Results ({{ results|length }})

{% for r in results[:50] %} {% endfor %}
Time URL Status Report
{{ r.timestamp[:19] }} {{ r.url }} {{ r.overall_status }} View
{% endif %} {% endblock %}