Actor Verification Result
🚨 Warnings 🚨
- Bob should be able to post to the inbox
- Claire should be able to post to the inbox. If bob can successfully post to the inbox, this is likely due to using an unsigned request to retrieve the public key.
Result for Actor Personas
A description of these actor personas can be found here.
Name | GET Actor | POST Inbox |
---|---|---|
Alice
|
✔️ | |
Bob
|
✔️ | ❌ Cannot post to inbox
|
Claire
|
✔️ | ❌ Cannot post to inbox
|
Dean
|
✔️ | |
Emily
|
✔️ | Cannot post to inbox |
Frank
|
✔️ | Cannot post to inbox |
Processing log
{ "steps": [ "Got Actor Uri https://techtyrol.com", "Can fetch actor from https://techtyrol.com", "Running verification for alice", "Got inbox https://techtyrol.com/@techtyrol/inbox", "Got 500 for unsigned POST", "Running verification for bob", "Got inbox https://techtyrol.com/@techtyrol/inbox", "Failed to post to inbox", "ClientResponseError(RequestInfo(url=URL('https://techtyrol.com/@techtyrol/inbox'), method='POST', headers=, real_url=URL('https://techtyrol.com/@techtyrol/inbox')), (), status=401, message='Unauthorized', headers= )", "Running verification for claire", "Got inbox https://techtyrol.com/@techtyrol/inbox", "Failed to post to inbox", "ClientResponseError(RequestInfo(url=URL('https://techtyrol.com/@techtyrol/inbox'), method='POST', headers= , real_url=URL('https://techtyrol.com/@techtyrol/inbox')), (), status=401, message='Unauthorized', headers= )", "Running verification for dean", "Got inbox https://techtyrol.com/@techtyrol/inbox", "Got 500 for unsigned POST", "Running verification for emily", "Got inbox https://techtyrol.com/@techtyrol/inbox", "Failed to post to inbox", "ClientResponseError(RequestInfo(url=URL('https://techtyrol.com/@techtyrol/inbox'), method='POST', headers= , real_url=URL('https://techtyrol.com/@techtyrol/inbox')), (), status=401, message='Unauthorized', headers= )", "Running verification for frank", "Got inbox https://techtyrol.com/@techtyrol/inbox", "Failed to post to inbox", "ClientResponseError(RequestInfo(url=URL('https://techtyrol.com/@techtyrol/inbox'), method='POST', headers= , real_url=URL('https://techtyrol.com/@techtyrol/inbox')), (), status=401, message='Unauthorized', headers= )", "Got preferredUsername techtyrol", "computed acct uri acct:techtyrol@techtyrol.com", "Retrieved id https://techtyrol.com/@techtyrol using webfinger", "webfinger result matches expectations" ] }