Caller |
In
SharedInboxController.php
line
$this->logger->info('SharedInboxController:headers: '.$request->headers);
$this->logger->info('SharedInboxController:body: '.$request->getContent());
$this->bus->dispatch(
new ActivityMessage(
$request->getContent(),
$requestInfo,
|
Bus |
messenger.bus.default |
Message |
App\Message\ActivityPub\Inbox\ActivityMessage {#353 ▼
+payload: "{"@context":"https:\/\/www.w3.org\/ns\/activitystreams","id":"https:\/\/fedia.io\/f\/object\/96f2f426-df70-4912-b51b-697abbc5fa80","type":"Announce","actor":"https:\/\/fedia.io\/m\/firefox","object":{"@context":"https:\/\/www.w3.org\/ns\/activitystreams","id":"https:\/\/fedia.io\/f\/object\/c0affe44-b8c9-4f82-97b8-f3d06e97f664","type":"Like","actor":"https:\/\/social.wedistribute.org\/users\/deadsuperhero","object":"https:\/\/floss.social\/users\/sonny\/statuses\/114032939181534539"},"to":["https:\/\/www.w3.org\/ns\/activitystreams#Public"],"cc":[],"published":"2025-03-02T03:05:18+00:00"}"
+request: [▶
"host" => "kbin.spritesserver.nl"
"method" => "POST"
"uri" => "/f/inbox"
"client_ip" => "46.4.252.36"
]
+headers: [▶
"host" => [▶
"kbin.spritesserver.nl"
]
"date" => [▶
"Sun, 02 Mar 2025 03:06:36 GMT"
]
"digest" => [▶
"SHA-256=w2lXfXgmIq/wtAuPKb03RmWHKjE4LUyUEvT2OYJHVkA="
]
"signature" => [▶
"keyId="https://fedia.io/m/firefox#main-key",headers="(request-target) date host digest",algorithm="rsa-sha256",signature="ek8ponhzqFerYjNl6J+ph7Es1aB04xp7aEbKfvIpbahiyQo+zi8KLeY+zOcLrYm2h7ida8NQnRASciN9teA3SSulhNIfWaic//E5X4BVKZU2ch5fMIcrmGNTGCzk558eVq99BLCrLaTenDpHO/Gx0BH3C/F4qRBh7Mbcc/qq/ty3T9v5l+G7bM0wUyjWwshcKfoqAvo9tJXOF3hHANKsFJs8S2dsLUZLHHWUXA7/Jvi6086GV4EGnDfHriF5ow3xVaIf5r+bcsWAy51DyxVWO99iTwJvEPdU28txFYwJ3icb8hZXYqYlU+MHZj3CShkjku51rYvbKe0j6N4f7k72TO6gJ4QN3/OFN6ntpcAB66zlECfApay2LCQypl6S24K7rjrP5ftzsZAdVVNAXO3q2tkvm7ClFZXYZHbKfCGMH3zbxxPS8feunYoW2hqJPnAwxmr95ZySBD01jQwNpkEg4oCAUYDvsehquF6irIBjEE/InxRUB8ECm0XLeWNpohI0U4XhlxHLhsC2JKVD8uKMbHQxtGQTTFLUz2JyPuzLpE1GFLM2gXxdMt4U3w6u2+4Fh5iIOQJrhzW4KffyBPIrRlw88Y3Q4ozGa6MhnvHPFHhFirOKaog3rvXpgA/PKE2ukPiL5z6dyvkdk2iMbb46uTtn3VDvttKBoxtFahaMChc=""
]
"user-agent" => [▶
"Mbin/1.8.0 (+https://fedia.io/agent)"
]
"accept" => [▶
"application/activity+json"
]
"content-type" => [▶
"application/activity+json"
]
"accept-encoding" => [▶
"gzip"
]
"content-length" => [▶
"595"
]
"x-php-ob-level" => [▶
"1"
]
]
} |
Envelope stamps when dispatching |
No items
|
Envelope stamps after dispatch |
Symfony\Component\Messenger\Stamp\BusNameStamp {#343 ▼
-busName: "messenger.bus.default"
}
Symfony\Component\Messenger\Stamp\SentStamp {#268 ▼
-senderClass: "Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransport"
-senderAlias: "async_ap"
}
Symfony\Component\Messenger\Stamp\TransportMessageIdStamp {#227 ▼
-id: "50693540"
}
|