Actor Verification Result
Result for Actor Personas
A description of these actor personas can be found here.
| Name | GET Actor | POST Inbox |
|---|---|---|
Alice
|
✔️ | |
Bob
|
✔️ | ✔️ |
Claire
|
✔️ | ✔️ |
Dean
|
✔️ | |
Emily
|
✔️ | Cannot post to inbox |
Frank
|
✔️ | Cannot post to inbox |
Processing log
{
"steps": [
"Got Actor Uri OSMA@mas.to",
"Need to resolve OSMA@mas.to to actor object id",
"Not in account uri format",
"Resolving acct:OSMA@mas.to using webfinger",
"Resolved to https://mas.to/users/osma",
"Running verification for alice",
"Got inbox https://mas.to/users/osma/inbox",
"Got 401 for unsigned POST",
"Running verification for bob",
"Got inbox https://mas.to/users/osma/inbox",
"Successfully posted to inbox with result",
202,
"",
"Running verification for claire",
"Got inbox https://mas.to/users/osma/inbox",
"Successfully posted to inbox with result",
202,
"",
"Running verification for dean",
"Got inbox https://mas.to/users/osma/inbox",
"Got 401 for unsigned POST",
"Running verification for emily",
"Got inbox https://mas.to/users/osma/inbox",
"Failed to post to inbox",
"ClientResponseError(RequestInfo(url=URL('https://mas.to/users/osma/inbox'), method='POST', headers=, real_url=URL('https://mas.to/users/osma/inbox')), (), status=401, message='Unauthorized', headers=)",
"Running verification for frank",
"Got inbox https://mas.to/users/osma/inbox",
"Failed to post to inbox",
"ClientResponseError(RequestInfo(url=URL('https://mas.to/users/osma/inbox'), method='POST', headers=, real_url=URL('https://mas.to/users/osma/inbox')), (), status=401, message='Unauthorized', headers=)",
"Got preferredUsername osma",
"computed acct uri acct:osma@mas.to",
"Retrieved id https://mas.to/users/osma using webfinger",
"webfinger result matches expectations"
]
}