Verify your Actor¶
Result table¶
Result table
{
"alice": {
"get_actor": true,
"post_inbox": true
},
"bob": {
"get_actor": true,
"post_inbox": true
},
"claire": {
"get_actor": true,
"post_inbox": true
},
"dean": {
"get_actor": true,
"post_inbox": true
},
"emily": {
"get_actor": true,
"post_inbox": true
},
"frank": {
"get_actor": true,
"post_inbox": true
},
"webfinger": true
}
Messages¶
Messages
{
"steps": [
"Got Actor Uri http://pyfedi.local/c/pie",
"Can fetch actor from http://pyfedi.local/c/pie",
"Running verification for alice",
"Got inbox http://pyfedi.local/c/pie/inbox",
"Got 200 for unsigned POST",
"Running verification for bob",
"Got inbox http://pyfedi.local/c/pie/inbox",
"Successfully posted to inbox with result",
200,
"",
"Running verification for claire",
"Got inbox http://pyfedi.local/c/pie/inbox",
"Successfully posted to inbox with result",
200,
"",
"Running verification for dean",
"Got inbox http://pyfedi.local/c/pie/inbox",
"Got 200 for unsigned POST",
"Running verification for emily",
"Got inbox http://pyfedi.local/c/pie/inbox",
"Successfully posted to inbox with result",
200,
"",
"Running verification for frank",
"Got inbox http://pyfedi.local/c/pie/inbox",
"Successfully posted to inbox with result",
200,
"",
"Got preferredUsername pie",
"computed acct uri acct:pie@pyfedi.local",
"Retrieved id http://pyfedi.local/c/pie using webfinger",
"webfinger result matches expectations"
]
}