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 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"
  ]
}