Actor Verification Result

Options Selecting any of the options will cause only the selected options to be run.

🚨 Warnings 🚨

Result for Actor Personas

A description of these actor personas can be found here.

Name GET Actor POST Inbox
Alice
  • uses unsigned GET and POST requests
✔️
Bob
  • uses signed GET and POST requests
✔️ ❌ Cannot post to inbox
  • signed requests should be able to post to inbox
Claire
  • uses signed GET and POST requests
  • GET actor requires signed request
✔️ ❌ Cannot post to inbox
  • if this fails and succeeds for Bob, check your key retrieval uses a signed request
Dean
  • as Alice not resolved by webfinger
✔️
Emily
  • as Bob not resolved by webfinger
✔️ Cannot post to inbox
Frank
  • as Claire not resolved by webfinger
✔️ Cannot post to inbox

Processing log

{
  "steps": [
    "Got Actor Uri @sivothajan@sivothajan.me",
    "Need to resolve @sivothajan@sivothajan.me to actor object id",
    "Not in account uri format",
    "Resolving acct:sivothajan@sivothajan.me using webfinger",
    "Resolved to https://sivothajan.me/fediverse",
    "Running verification for alice",
    "Got inbox https://sivothajan.me/fediverse/inbox",
    "Got 401 for unsigned POST",
    "Running verification for bob",
    "Got inbox https://sivothajan.me/fediverse/inbox",
    "Failed to post to inbox",
    "ClientResponseError(RequestInfo(url=URL('https://sivothajan.me/fediverse/inbox'), method='POST', headers=, real_url=URL('https://sivothajan.me/fediverse/inbox')), (), status=401, message='Unauthorized', headers=)",
    "Running verification for claire",
    "Got inbox https://sivothajan.me/fediverse/inbox",
    "Failed to post to inbox",
    "ClientResponseError(RequestInfo(url=URL('https://sivothajan.me/fediverse/inbox'), method='POST', headers=, real_url=URL('https://sivothajan.me/fediverse/inbox')), (), status=401, message='Unauthorized', headers=)",
    "Running verification for dean",
    "Got inbox https://sivothajan.me/fediverse/inbox",
    "Got 401 for unsigned POST",
    "Running verification for emily",
    "Got inbox https://sivothajan.me/fediverse/inbox",
    "Failed to post to inbox",
    "ClientResponseError(RequestInfo(url=URL('https://sivothajan.me/fediverse/inbox'), method='POST', headers=, real_url=URL('https://sivothajan.me/fediverse/inbox')), (), status=401, message='Unauthorized', headers=)",
    "Running verification for frank",
    "Got inbox https://sivothajan.me/fediverse/inbox",
    "Failed to post to inbox",
    "ClientResponseError(RequestInfo(url=URL('https://sivothajan.me/fediverse/inbox'), method='POST', headers=, real_url=URL('https://sivothajan.me/fediverse/inbox')), (), status=401, message='Unauthorized', headers=)",
    "Got preferredUsername sivothajan",
    "computed acct uri acct:sivothajan@sivothajan.me",
    "Retrieved id https://sivothajan.me/fediverse using webfinger",
    "webfinger result matches expectations"
  ]
}