Actor Verification Result

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

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
✔️ ✔️
Claire
  • uses signed GET and POST requests
  • GET actor requires 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 https://mitra.social/users/silverpill",
    "Can fetch actor from https://mitra.social/users/silverpill",
    "Running verification for alice",
    "Got inbox https://mitra.social/users/silverpill/inbox",
    "Got 400 for unsigned POST",
    "Running verification for bob",
    "Got inbox https://mitra.social/users/silverpill/inbox",
    "Successfully posted to inbox with result",
    202,
    "",
    "Running verification for claire",
    "Got inbox https://mitra.social/users/silverpill/inbox",
    "Successfully posted to inbox with result",
    202,
    "",
    "Running verification for dean",
    "Got inbox https://mitra.social/users/silverpill/inbox",
    "Got 400 for unsigned POST",
    "Running verification for emily",
    "Got inbox https://mitra.social/users/silverpill/inbox",
    "Failed to post to inbox",
    "ClientResponseError(RequestInfo(url=URL('https://mitra.social/users/silverpill/inbox'), method='POST', headers=, real_url=URL('https://mitra.social/users/silverpill/inbox')), (), status=401, message='Unauthorized', headers=)",
    "Running verification for frank",
    "Got inbox https://mitra.social/users/silverpill/inbox",
    "Failed to post to inbox",
    "ClientResponseError(RequestInfo(url=URL('https://mitra.social/users/silverpill/inbox'), method='POST', headers=, real_url=URL('https://mitra.social/users/silverpill/inbox')), (), status=401, message='Unauthorized', headers=)",
    "Got preferredUsername silverpill",
    "computed acct uri acct:silverpill@mitra.social",
    "Retrieved id https://mitra.social/users/silverpill using webfinger",
    "webfinger result matches expectations"
  ]
}