= htmlspecialchars($this->test_response) ?>
Clicking "Post" will post this note to your Micropub endpoint. Below is some information about the request that will be made.
| me | = session('me') ?>(should be your URL) | 
| scope | = $this->micropub_scope ?>(should be a space-separated list of permissions including "post") | 
| micropub endpoint | = $this->micropub_endpoint ?>(should be a URL) | 
| access token | String of length = strlen($this->micropub_access_token) ?>= (strlen($this->micropub_access_token) > 0) ? (', ending in ' . substr($this->micropub_access_token, -7) . '') : '' ?> (should be greater than length 0) |