Verify your Actor¶
Result table¶
Result table
{
"alice": {
"get_actor": true,
"post_inbox": false
},
"bob": {
"get_actor": true,
"post_inbox": true
},
"claire": {
"get_actor": true,
"post_inbox": true
},
"dean": {
"get_actor": true,
"post_inbox": false
},
"emily": {
"get_actor": true,
"post_inbox": true
},
"frank": {
"get_actor": true,
"post_inbox": true
},
"webfinger": true
}
Messages¶
Messages
{
"steps": [
"Got Actor Uri http://akkoma/users/witch",
"Can fetch actor from http://akkoma/users/witch",
"Running verification for alice",
"Got inbox http://akkoma/users/witch/inbox",
"Got 400 for unsigned POST",
"Running verification for bob",
"Got inbox http://akkoma/users/witch/inbox",
"Successfully posted to inbox with result",
200,
"\"ok\"",
"Running verification for claire",
"Got inbox http://akkoma/users/witch/inbox",
"Successfully posted to inbox but remote server indicated a bad request",
"Running verification for dean",
"Got inbox http://akkoma/users/witch/inbox",
"Got 400 for unsigned POST",
"Running verification for emily",
"Got inbox http://akkoma/users/witch/inbox",
"Successfully posted to inbox with result",
200,
"\"ok\"",
"Running verification for frank",
"Got inbox http://akkoma/users/witch/inbox",
"Successfully posted to inbox but remote server indicated a bad request",
"Got preferredUsername witch",
"computed acct uri acct:witch@akkoma",
"Retrieved id http://akkoma/users/witch using webfinger",
"webfinger result matches expectations"
]
}