Adminbot Console

Queue-based reviewer. Submit a local URL and poll the job status.

Target{{ target_url }}
Allowed Host{{ target_host }}
Workers{{ stats.workers }}
Queue{{ stats.queue_size }} / {{ stats.queue_max }}
Active Clients{{ stats.active_clients }}
Client Limit{{ stats.pending_per_client }} pending, {{ stats.rate_limit }}
{% if result %}

Result

Status: {{ result.status }}

{% if result.job_id %}

Job: {{ result.job_id }}

Status API: /visit/{{ result.job_id }}

{% endif %} {% if result.request_url %}

Requested URL: {{ result.request_url }}

{% endif %} {% if result.visited %}

Visited: {{ result.visited }}

{% endif %} {% if result.message %}

Message: {{ result.message }}

{% endif %}
{% endif %}

API

POST /visit with JSON: {"url":"/post/1"}

GET /visit?url=/post/1 also works.

GET /visit/<job_id> to poll status.