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
✔️ ✔️
Frank
  • as Claire not resolved by webfinger
✔️ ✔️

Processing log

{
  "steps": [
    "Got Actor Uri blog@kaffeeringe.de",
    "Need to resolve blog@kaffeeringe.de to actor object id",
    "Not in account uri format",
    "Resolving acct:blog@kaffeeringe.de using webfinger",
    "Resolved to https://kaffeeringe.de/@blog",
    "Running verification for alice",
    "Got inbox https://kaffeeringe.de/wp-json/activitypub/1.0/actors/0/inbox",
    "Got 400 for unsigned POST",
    "Running verification for bob",
    "Got inbox https://kaffeeringe.de/wp-json/activitypub/1.0/actors/0/inbox",
    "Successfully posted to inbox with result",
    202,
    "[]",
    "Running verification for claire",
    "Got inbox https://kaffeeringe.de/wp-json/activitypub/1.0/actors/0/inbox",
    "Successfully posted to inbox with result",
    202,
    "[]",
    "Running verification for dean",
    "Got inbox https://kaffeeringe.de/wp-json/activitypub/1.0/actors/0/inbox",
    "Got 400 for unsigned POST",
    "Running verification for emily",
    "Got inbox https://kaffeeringe.de/wp-json/activitypub/1.0/actors/0/inbox",
    "Successfully posted to inbox with result",
    202,
    "[]",
    "Running verification for frank",
    "Got inbox https://kaffeeringe.de/wp-json/activitypub/1.0/actors/0/inbox",
    "Successfully posted to inbox with result",
    202,
    "[]",
    "Got preferredUsername blog",
    "computed acct uri acct:blog@kaffeeringe.de",
    "Retrieved id https://kaffeeringe.de/@blog using webfinger",
    "webfinger result matches expectations"
  ]
}