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://pleroma/users/full",
"Can fetch actor from http://pleroma/users/full",
"Running verification for alice",
"Got inbox http://pleroma/users/full/inbox",
"Got 400 for unsigned POST",
"Running verification for bob",
"Got inbox http://pleroma/users/full/inbox",
"Successfully posted to inbox with result",
200,
"\"ok\"",
"Running verification for claire",
"Got inbox http://pleroma/users/full/inbox",
"Successfully posted to inbox with result",
200,
"\"ok\"",
"Running verification for dean",
"Got inbox http://pleroma/users/full/inbox",
"Got 400 for unsigned POST",
"Running verification for emily",
"Got inbox http://pleroma/users/full/inbox",
"Successfully posted to inbox with result",
200,
"\"ok\"",
"Running verification for frank",
"Got inbox http://pleroma/users/full/inbox",
"Successfully posted to inbox with result",
200,
"\"ok\"",
"Got preferredUsername full",
"computed acct uri acct:full@pleroma",
"Retrieved id http://pleroma/users/full using webfinger",
"webfinger result matches expectations"
]
}