layout('layout-loggedin', ['title' => $title, 'accounts' => $accounts, 'user' => $user]); ?>
| Status | = ucfirst($status) ?> |
| Date | = date('M j, g:ia', strtotime($webmention->created_at)) ?> |
| Source | = $this->e($webmention->source) ?> |
| Target | = $this->e($webmention->target) ?> |
| Vouch | = $this->e($webmention->vouch) ?> |
| Code | = $this->e($webmention->code) ?> |
| Realm | = $this->e($webmention->realm) ?> |
| Callback URL | = $this->e($webmention->callback) ?> |
The request is queued for processing. Check for updates again later.
else: ?>| Webmention Endpoint | = $this->e($webmention->webmention_endpoint) ?> |
| Pingback Endpoint | = $this->e($webmention->pingback_endpoint) ?> |
| Webmention Endpoint | No webmention endpoint was discovered for this target |
| Status URL | if($webmention->webmention_status_url): ?> = $this->e($webmention->webmention_status_url) ?> else: ?> The webmention endpoint did not return a status URL endif; ?> |
| Date | Status | HTTP Code |
|---|---|---|
| = date('M j, g:ia', strtotime($status->created_at)) ?> | = $status->status ?> | = $status->http_code ?> |
$json = @json_decode($status->raw_response);
if($json) {
echo json_encode($json, JSON_UNESCAPED_SLASHES+JSON_PRETTY_PRINT);
} else {
echo $this->e($status->raw_response);
}
?>
|
||