inbox
#仕様
https://www.w3.org/TR/activitypub/#inbox
The inbox is discovered through the inbox property of an actor's profile. The inbox MUST be an OrderedCollection.
あるactorに対する操作を受け付けるためのエンドポイント
例: windymelt.iconの書き込みに「いいね」を付けた場合、windymelt.iconのinboxに対してLikeオブジェクトを送信すると、windymelt.iconはこれを認識できる
https://blog.joinmastodon.org/2018/07/how-to-make-friends-and-verify-requests/
Mastodonの作者によるinbox endpointの実装入門
他サーバからの Activity を受け入れるだけなら上記記事 The Inbox のセクション通りでよいが、他サーバの inbox に POST するときにはいくつか追加のヘッダが必要
HTTP Signatures のページも参照されたい